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.

  • count([0.35, 1.45, 2.50, 3.49, 4.76])
    The formula returns the integer 5.