=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!
Excel Function COUNTIF COUNTIF Excel Function is also one of the most used function in excel. This helps the user to calculate the number of counts based on single logic given by the user. You…
SEARCH function is used to find “position of character or text” in an available cell and this function is NOT case sensitive.
Microsoft Excel “ISBLANK Function” is a Logical Function and it is used to check if cell in question is “BLANK OR NON-BLANK”. “ISBLANK Function” is used as a test to validate if cell contains any…
You must have faced a condition when your data cells contain extra spaces, leading spaces or trailing spaces and you wanted to remove these extra spaces to standardize the data. So here you may use…
AVERAGEIF function is used to get the “average” of values for matching criteria across range. Average = Sum of all values / number of items.
Watch: How to use MODE & MODEIF Function in Excel? What is MODE Function? In Excel, the “MODE” function is a statistical tool that identifies and returns the most frequently occurring value within a set…