HomeGoogle DocsSpreadsheetHow to Use Google Sheets Mode Function to Return Most Repeating Value

How to Use Google Sheets Mode Function to Return Most Repeating Value

Published on

The MODE is one of the very simple statistical function in Google Sheets. This time we can see how to use Google Sheets MODE function.

It is easy to find the most repeating date or number from a dataset using the MODE Google Sheets function. I will come to the Syntax part later. Before that let me explain to you what Google Sheets tells about this function.

In their words, we can use the MODE function to return the most commonly occurring value in a data set. Here lies the secret. Most commonly occurring value can be a date or numeric value as Google Spreadsheet considers date as a value.

At this point, I suggest you (not necessary) go through my ultimate Google Sheets tutorial on Date functions because I am going to use one date function here that is To_date.

1. The complete Google Sheets date functions.

2. How to return Nth Occurrence of a Day in a Month.

Now let us back to our tutorial on MODE function. Let me explain to you how to use MODE function in Google Sheets with few examples.

Syntax:

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

There is nothing confusing in the syntax to explain. You can easily grasp it from the below examples.

How to Use Google Sheets Mode Function to Return Most Repeating Numeric Value

=mode(1,2,2,3,4,4,4,5)

The above MODE formula will return the most occurring number in it, i.e. 4 which repeats 3 times.

Hope you could understand how to use MODE function in Google Sheets. It’s so simple. No complications like the functions DSUM, SUMPRODUCT, QUERY etc.

Now one more example that with a range of data.

how to use Google Sheets Mode function with number - example

In the above Mode function example, the most repeating number is 100. So the function will return it.

How to Use Mode Function to Return Most Repeating Date Value

This also I can explain with an example.

Example to Mode function with date

If you apply Mode function to a range of values that contains dates, the result would be a value equal to the date. To covert that value to date, I’ve used to_date function combined with MODE function.

Prashanth KV
Prashanth KV
Your Trusted Google Sheets and Excel Guide Prashanth KV brings a wealth of experience in Google Sheets and Excel, cultivated through years of work with multinational corporations in Mumbai and Dubai. As a recognized Google Product Expert in Docs Editors, Prashanth shares his expertise through insightful blogging since 2012. Explore his blog for practical tips and guidance on maximizing your spreadsheet skills.

Creating Sequential Dates in Equally Merged Cells in Google Sheets

Do you know how to create sequential dates in equally merged cells across a...

Running Total By Month in Excel

This tutorial demonstrates how to calculate the running total by month in a range...

SORT and SORTBY – Excel Vs Google Sheets

While Excel offers the SORT and SORTBY functions for sorting a table, Google Sheets...

Get Top N Values Using Excel’s FILTER Function

When using the FILTER function in Excel to extract the top N values, it's...

More like this

Creating Sequential Dates in Equally Merged Cells in Google Sheets

Do you know how to create sequential dates in equally merged cells across a...

Interactive Random Task Assigner in Google Sheets

You have multiple tasks and multiple people. Here's a fun way to randomly assign...

Google Sheets Bar and Column Chart with Target Coloring

To color each data point in the column or bar chart according to the...

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.