Google Sheets MODE Function: Find the Most Frequent Value

Last Updated : 30 Sep, 2025

The MODE function in Google Sheets is used to find the most frequent number in a dataset. It helps you quickly identify the value that appears most often, which can be useful for analyzing trends, identifying patterns, or summarizing data.

How It Works

  • The MODE function returns the value that occurs most frequently in a range or set of numbers.
  • If multiple values occur with the same highest frequency, the function will return the first one it encounters.
  • If no number repeats, the function will return an error.

Syntax of MODE Function

Here is the syntax of the MODE function in Google Sheets

=MODE(value1, [value2, ])

  • value1, value2, The numbers, cell references, or ranges you want to evaluate. You can provide up to 30 values or ranges.

1. How to Use the MODE Function in Google Sheets

To use the Google Sheets MODE function follow the steps given below:

Step 1: Select a Cell

Click on the cell where you want the result (most frequent value) to appear.

Google Sheets MODE Function
Select a Cell

Step 2: Enter the Formula

Type the following formula:

=MODE(A2:A10)

For example, =MODE(A2:A10) to find the most frequent value in the range A2 to A10.

Google Sheets MODE Function
Enter the Formula

Step 3: Press Enter

Press Enter. The most frequently occurring value in the specified range will be displayed in the selected cell.

Google Sheets MODE Function
Press Enter

MODE.SNGL Function

The MODE.SNGL function returns the most frequently occurring value (mode) from a dataset. If multiple values have the same frequency, it will return the first one it encounters. This function is useful for identifying a single trend or common value in your data.

Syntax:

=MODE.SNGL(value1, [value2,])

where,

  • value1, value2, Numbers, cell references, or ranges to evaluate.

2. How to Use the MODE.SNGL Function in Google Sheets

The MODE.SNGL function in Google Sheets helps you find the most frequent value in a dataset. Follow these steps to use it effectively:

Step 1: Select a Cell

Click on the cell where you want the result to appear (e.g., C1).

Google Sheets MODE Function
Select a Cell

Step 2: Enter the Formula

Type the formula:

=MODE.SNGL(A1:A10)

This will calculate the most frequent value in column A.

Google Sheets MODE Function
Enter the Formula in the Cell

Step 3: Press Enter

Press Enter. The most frequent value in column A (which is 10) will appear in the selected cell.

Google Sheets MODE Function
Press Enter

MODE.MULT Function

The MODE.MULT function returns an array of all values that occur most frequently in a dataset. If multiple values share the same highest frequency, it will list all of them. This is useful for analyzing datasets with multiple modes. Note: MODE.MULT is available in Excel but not in Google Sheets natively.

Syntax:

=MODE.MULT(value1, [value2,])

  • value1, value2, Numbers, cell references, or ranges to evaluate

3. How to Use the MODE.MULT Function in Google Sheets

The MODE.MULT function in Google Sheets helps you find all the most frequent values in a dataset, making it ideal for analyzing datasets with multiple modes. Here's how to use it:

Step 1: Select a Range of Cells

Select multiple adjacent cells where you want to display all the modes (e.g., C1:C2).

Google Sheets MODE Function
Select a Range of Cells

Step 2: Enter the Formula

Type the formula:

=MODE.MULT(A1:A10)

This will calculate all modes in column A.

Google Sheets MODE Function
Enter the Formula

Step 3: Use Enter

Press Ctrl+Shift+Enter instead of just Enter. The result will display all modes as an array in the selected cells.

Google Sheets MODE Function
Use Ctrl+Shift+Enter

4. Common Errors When Using the MODE Function

While using the MODE function in Google Sheets, you might encounter some common errors. Here are a few to watch out for:

1. #N/A Error Due to No Repeated Values

The MODE function returns a #N/A error if there are no repeating values in the dataset. Ensure the range contains at least one value that occurs more than once.

2. Including Non-Numeric Data

The MODE function ignores non-numeric data, but including such cells can lead to unexpected results or errors. Double-check your range for text or blank cells.

3. Using Empty Ranges

If the specified range is empty, the function will return a #N/A error. Ensure your dataset has valid numbers.

4. Multiple Modes Not Displayed

The MODE function in Google Sheets (equivalent to MODE.SNGL) only displays the first mode it encounters. For datasets with multiple modes, consider additional techniques or workarounds

Also Read:


Comment