count

Syntax:

Value Number  count(Range source)

Description:

Returns the number of numeric cells in source.

Examples:

($d4) = count($a1:$c3)
Before:
AB CD
114-
2apple1.234
3five%13
4
5
6
After:
AB CD
114-
2apple1.234
3five%13
44
5
6
($a1) = count($b1:$d20)