Map and Table Calculation

CNT( ) function

Counts the number of times that values in a column are not undefined.

Syntax

CNT(Column)

Input

Column is a column

Output

CNT returns: a value
Domain: system domain Value

Notes:

Tips:

Usable in

TabCalc, Simple calculators

Examples

Pocket line calculator example:

? CNT(InCol)

returns 8.000

TabCalc example:

OutCol = CNT(InCol)

 

InCol

OutCol

-5

8

-2

8

-1

8

0

8

?

8

4

8

8

8

9

8

11

8

See also:

AVG
STD
STDEV COVAR Column Statistics
STDERR CORR AGGCNT