=COUNT(value1,[value2],...)
value1 argument is used to give number value/ cell reference/ range for which count is required
[value2] argument is used to give another number value/ cell reference/ range
… means, we can add multiple values/ cell reference/ range by separating them with comma ( , )
Don’t forget to leave your valuable comments!
If you liked this article and want to learn more similar tricks, please Subscribe us
COLUMNS function is used to get the total count of columns in an array or in cells range for excel worksheet.
MID function is used for extracting the mid characters from the available string. The output of the function returns the extracted characters in new cell.
AVERAGEIFS function is used to get the “average” of values for matching criteria across range. Average = Sum of all values / number of items.
Excel Function DATE When you work with dates in Excel, the DATE function is crucial to understand. The reason is that some other Excel functions may not always recognize dates when they are entered as…
SEARCH function is used to find “position of character or text” in an available cell and this function is NOT case sensitive.
ROWS function is used to get the total count of rows in an array or in cells range in an excel worksheet.