Calculates the frequency distribution of a one-column array into specified classes.
Sample Usage
FREQUENCY(A2:A40,B2:B5)
Syntax
FREQUENCY(data, classes)
-
data- The array or range containing the values to be counted. -
classes- The array or range containing the set of classes.FREQUENCYreturns results in the exact order of the provided bins in this range.
Notes
FREQUENCYoutputs a vertical range one size larger thanclasses. The final value is the number of elements indatagreater than any of the class boundaries.- The results are shown based on the order of classes in the formula.