Syntax
| Parameter | Description |
|---|---|
| data_array | Parameter of the FREQUENCY function. |
| bins_array | Parameter of the FREQUENCY function. |
Examples
Grade distribution
=FREQUENCY(C2:C50, {59, 69, 79, 89})
Age group counts
=FREQUENCY(B2:B1000, {18, 25, 35, 45, 55, 65})
Histogram buckets
=FREQUENCY(D2:D200, E2:E10)
Common Errors
Arguments are not valid ranges or arrays.
Can occur if the formula is not entered as an array formula (in older spreadsheet apps, use Ctrl+Shift+Enter).
Tips
If your bins array has n values, FREQUENCY returns n+1 counts. The last count captures everything above the highest bin.
Sort your bin boundaries from smallest to largest. Unsorted bins produce incorrect counts.
If no values fall in a particular range, FREQUENCY returns 0 for that bin — it does not skip empty bins.
Try FREQUENCY in Viztab
Import your data and use FREQUENCY with 370+ other formulas. No signup required.
Open Viztab