Array Functions
Advanced

FREQUENCY Function

Create a frequency distribution of data values.

Task:

Count how many test scores fall into each grade range (0-59, 60-69, 70-79, 80-89, 90-100).

Learning Objectives:

  • Learn FREQUENCY function
  • Understand frequency distributions
  • Practice data binning
Hints

Solve without hints for +5 XP

Interactive Spreadsheet

The data in this exercise

This is the grid you start with. Cell references in the task — B6, C2 — point at the row numbers and column letters below.

ABCDE
1ScoresBinsFrequency
27570
38280
49090
568
678
785
892
970
1088
What this exercise teaches (contains the answer)

FREQUENCY counts how many values fall into specified ranges (bins). It's useful for creating histograms and understanding data distribution.