count
Syntax:
Value
Number
count
(
Range
source)
Description:
Returns the number of numeric cells in
source
.
Examples:
($d4) = count($a1:$c3)
Before:
A
B
C
D
1
1
4
-
2
apple
1.234
3
five
%
13
4
5
6
After:
A
B
C
D
1
1
4
-
2
apple
1.234
3
five
%
13
4
4
5
6
($a1) = count($b1:$d20)