COUNT()
COUNT(mixed ...$args) : int
COUNT.
Counts the number of cells that contain numbers within the list of arguments
Excel Function: COUNT(value1[,value2[, ...]])
Parameters
mixed | $args variadic | Data values |
testAcceptedBoolean(mixed $arg, mixed $k) : int|mixed
MS Excel does not count Booleans if passed as cell values, but they are counted if passed as literals.
OpenOffice Calc always counts Booleans. Gnumeric never counts Booleans.
mixed | $arg | |
mixed | $k |