COLUMNS function is used to get the total count of columns in an array or in cells range for excel worksheet. COLUMNS Function has only one argument i.e. array
=COLUMNS(array)
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 COLUMNS function as follows:
– If a single cell reference is given instead of cell range/array in array argument, then function output will be 1
– If cell reference is not correctly provided in the function, then it will give output as an error.
– Function should give output in “General” format, however if output is not as per the desired format then we need to change the cell format to “GENERAL”
Don’t forget to leave your valuable comments!
“NETWORKDAYS” function is very helpful feature in the Microsoft excel to calculate the working days from a particular period excluding “Saturday and Sundays”. NETWORKDAYS function subtract the Start Day from the End Date provided.
Watch Video: Rand and Randbetween Excel Functions Generate Random Numbers using Excel Functions We have got many instances where we needed to generate a random database or values. “RAND function” is very useful for users…
AND, OR, NOT Functions” provide result in “TRUE” or “FALSE”. If the logical condition is correct and matching the parameters provided, then result would be “TRUE” or if logical condition is not correct and not matching the parameters provided then result would be “FALSE”
Merge Cells in Excel Merge cells is to combine multiple cells into one cell which can further be used for giving title to the report or header to the column. It helps to create clean…
UPPER function is used for changing the text/string to UPPER case in Microsoft Excel. The output of the function returns value in new cell.
SUBSTITUTE function is used to substitute the existing old text to new text.