count

Use the count function to count the number of values in a collection. The count function returns an Integer value.

Function format

count([Input value])

  • Input value: accepts Decimal / Integer, or a Collection.

count example

count([1, 2, 3, 4, 5])

The formula returns the integer 5.