FREQUENCY(data_array,bins_array)
data_array: data values
bins_array: array of cutoff values
The results are given as an array.
If the bins_array is empty, this function returns the number of data points in data_array.
This function is Excel compatible.