FREQUENCY
Description
Returns the number of values in the data_array that are in the specified bin_array range.
Syntax
FREQUENCY(
data_array
,
bin_array
)
- data_array: The list of values to group into ranges and to count according to those ranges.
- bin_array: The list of values that specifies the ranges to group the data_array by.