Menu

COUNT

Description

Returns the number of items in the argument list.

Examples

COUNT(10, 20) = 2

COUNT(NAN, INF, -INF) = 3

COUNT(NAN) = COUNT(NAN)

COUNT(INF) = COUNT(INF)

COUNT(-INF) = COUNT(-INF)

On this page