Table of Contents
This guide explains how to use FREQUENCY Function in Excel, including its syntax, required arguments, practical examples, and common errors.

Description: The function performs the calculation and returns the frequency of occurrences of values within a certain range and returns a vertical array of numbers.
Syntax: FREQUENCY (data_array, bins_array)
Inside:
- data_array: Array or reference to a set of values to calculate its frequency.
- bins_array: Array or reference to the values to be calculated.
Attention:
- The function ignores values of blank cells and text.
- The number of components in data_array returns more than the number of components in bins_array.
- Array formulas must be entered as an array formula
For example:
Find the number of items with a quantity less than 35 or 40 in the data table below:

- The number of items is less than 25. In the cell to calculate enter the formula : = FREQUENCY (D6: D10, E6: E8)

- Press Enter -> Number of items less than 25 is:

- Similarly copy for cases where the number is less than or equal to 40 -> enter the formula: = FREQUENCY (D6: D10, E7: E9) -> press Enter to get the results:

Above are instructions and some specific examples when using the FREQUENCY function in Excel.
Good luck!
FAQ
What does the FREQUENCY function do in Excel?
The FREQUENCY function performs the calculation described in this guide. Use the correct arguments and compatible data types for reliable results.
How do I enter the FREQUENCY function correctly?
Start with an equals sign, enter FREQUENCY, add the required arguments inside parentheses, and confirm that cell references and separators are correct.
Why does the FREQUENCY function return an error?
Common causes include missing arguments, invalid data types, incorrect cell references, unsupported values, or regional separator settings.
Reader Comments 0
Sign in with email or Google to join the discussion.