Count
The count function how many numbers are in a list of arguments.
One or more arguments are required and can include ranges.
Errors, boolean and empty
are ignored.
Text strings that cannot be converted to a quantity are ignored.
Usage:
= Count(<arguments(s)>[, ...])
Example:
/* returns 4 */
= Count(4, 5, 6, TRUE, FALSE, "7", "hello");