Calculates the number of arguments. You can use single arguments and/or scope arguments.
Example
=COUNT(A1;12;5) returns 3, because three arguments are transferred.
=COUNT(A1:A3;"Text") returns 4, because four arguments are transferred.
=COUNT(A1:A5) returns 5.