=COLUMN(reference)
reference argument is used to give the cell reference for which column sequence number is required
Here we have some examples, where “Column A to Column C” has a database, “Column D” shows the sample formula, “Column E” shows the output of the function and Explanation is provided in Column “F”
We will be using COLUMN function as follows:
– If “Range of cells” given in reference argument, then function output will be leftmost column sequence number
– If cell reference is not given in reference argument, then function output will be column sequence number of formula cell.
– Function gives output in “General” format, however if output is not as per the desired format then we need to change the cell format to “GENERAL”.
– If cell reference or parameters are not correctly provided in the function, then it will give output as “#NAME?”
Hope you learnt this Function,
Don’t forget to leave your valuable comments!
An ultimate guide for basic user to understand Excel Vlookup function. VLOOKUP is a vertical lookup which helps the user to extract the values from other columns (leftmost) basis on matching column string.
Microsoft Excel helps you organize and work with data in many ways. When you have a lot of information or need to break it into parts, splitting cells is very useful. Splitting cells means taking the content of one cell and dividing it into multiple cells. This can be especially helpful for separating names, addresses, or other data that are combined in one cell. Learn how to split cells in Excel using its built-in functions and formulas.
SUMPRODUCT function performs multiplication of numbers within arrays and then sum the values SUMPRODUCT function has array1, 2.. arguments.
The Article of DATEVALUE explains how to use Excel functions to change text into dates and numbers into dates. It also shows how to convert text strings into dates without using formulas. You’ll also learn…
AVERAGE function is used to get the average of numbers. Function applies formula i.e. average = Sum of all values / (Divided by) number of items.
LEN function is used for counting number of characters in available string. The output of the function returns the count in new cell.