Menu

COUNT

Description

Returns the number of items in the argument list.

Examples

COUNT(10, 20) = 2

COUNT(NAN, INF, -INF) = 3

COUNT(NAN) = NAN

COUNT(INF) = NAN

COUNT(-INF) = NAN

On this page