I hope you do enjoy this free blog. I only ask one thing from you in return, click in one of the ads

Wednesday 21 January 2015

COUNTA function

Category: Statistical functions


What does this function do?


Count the number of cells in a range that are not empty.



Syntax:


COUNTA(value1, [value2], ...)

  • value1 (required): The first argument representing the values that you want to count.
  • value2 (optional): Additional arguments representing the values that you want to count, up to a maximum of 255 arguments.

Examples:


=COUNTA(A1:A3,B1) = 3 if A1:A3 = {2,””,4} and B1=3

No comments:

Post a Comment