Clear, practical technology insights BSOD Code Lookup · Windows Error Code Lookup · Wi-Fi Troubleshooting · PC Troubleshooting Checklist

How to Use the FREQUENCY Function in Excel

Learn how to use FREQUENCY Function in Excel, including its purpose, syntax, examples, and common errors, with clear step-by-step guidance.

Table of Contents

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

How to Use the FREQUENCY Function in Excel screenshot

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:

How to Use the FREQUENCY Function in Excel screenshot 2

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

How to Use the FREQUENCY Function in Excel screenshot 3

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

How to Use the FREQUENCY Function in Excel screenshot 4

- 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:

How to Use the FREQUENCY Function in Excel screenshot 5

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.

Discussion

Reader Comments 0

Sign in with email or Google to join the discussion.