Returns an array categorizing data in the given intervals, based on the occurrence of values in the data.
Syntax
data: The data to categorize. E.g. A2:A8
Remarks
If the result array has one value more than the number of values in bins, the extra value in the result represents the values in data that are greater than the given bins.
Examples
|
Formula |
Result |
|
=FREQUENCY(A2:A8;B2:B5) |
3 0 2 1 1 |
Possible Errors
|
Errors |
Meaning |
|
#N/A! |
|
|
#NAME! |
|
|
#VALUE! |
|
|
#REF! |
|
Similar Functions