In this article:

Rounding Numbers in Google Sheets [2023 Update]

Before we get into rounding in google sheets it's important to remember the following rules:

  1. If a number ends in a value less than 5, round the number down.
  2. If a number ends in 5 or above, round the number up.

This applies to both whole numbers and decimals. Fortunately, Google Sheets includes a set of functions to do this job for us: the ROUND, ROUNDUP, and ROUNDDOWN functions. This tutorial will teach you how to use them.

It's also important to know the definition of the following:

  1. A Whole Number is a number without fractions. 1, 2, 10, 140 etc. Numbers with decimal places are not whole numbers.
  2. An Integer is just like a whole number but also includes negative values like -1, -2, -10, -140 etc.

How to Round Numbers in Google Sheets with the ROUND Function

The Google Sheets ROUND function is used to round a numerical value to a specified number of decimal places.

The Syntax for Google Sheets ROUND Function is:

ROUND(value,places)

Value can either be a numerical value or a cell reference.

Places is the number of decimal places you would like the number to have.

How to Round in Google Sheets to the Nearest Integer

The ROUND function automatically rounds a given number to the nearest integer. You can use the formula above to include a cell reference that contains a numerical value or you can enter a numerical value directly into the ROUND function.

ROUND Function using a cell reference:


=ROUND(A3)


ROUND function rounding off the number in a reference cell to the nearest digit. From 1124.562314 to 1125
ROUND function rounding a number in a reference cell to the nearest integer. Number went from 1124.562314 to 1125.


ROUND function using a specific number in the formula:

=ROUND(1124.562314)


ROUND function rounding off the number inside the function to the nearest digit. From 1124.562314 to 1125
ROUND function rounding the number inside the function to the nearest integer.

Google Sheets ROUND to 2 Decimal Places:

If you would like to round to 2 decimal place the formula is the same as above just specify the number of decimal places. In this case it would be:

=ROUND(A3,2)

Using Google Sheet ROUND with Negative Values

You can also the ROUND function with negative values to to round values to the left of the decimal place.

-1 will move the decimal place one space to the left and round to the nearest ten

-2 will move the decimal place two space to the left a round to the nearest hundred

-3 will move the decimal place 3 places to the left and round to the nearest thousand

How to Round up in Google Sheets using the ROUNDUP function

The google sheet round up function works just like the round function except it always rounds up to a specified number of decimal places or to the nearest integer.

The Syntax for the Google Sheets Round Up Function is:

ROUNDUP(value,places)

Value can either be a numerical value or a cell reference.

Places is the number of decimal places you would like the number to have.

How to Round up to the Nearest Integer:

There are certain cases where you have to always round up. This can be done using the ROUNDUP function. Just like the ROUND function, you can either include the reference cell containing the original number or add it to the function itself, and it will return the result. For our example, we have the following formula:

=ROUNDUP(A8)

And the result is as follows:

ROUNDUP function rounding up the number to the next whole number.

How to use Google Sheets ROUNDUP with Decimal Places

In this case we are rounding up to 3 decimal places

=ROUNDUP(A9,3)
ROUNDUP function rounding up the number to the next number, with three decimal places remaining.


How to Round up Google Sheets Numbers with Negative Values:


-1 will move the decimal place one space to the left and round up to the nearest ten

-2 will move the decimal place two space to the left a round up to the nearest hundred

-3 will move the decimal place 3 places to the left and round up to the nearest thousand

For example if we want to round the number 1124.362314 to the nearest 100 we would use the formula below:

=ROUNDUP(A10,-2)

And we will get the following result:

ROUNDUP function rounding up the number to the next number in hundreds. From 1124.362314 to 1200
ROUNDUP function rounding up the number to the next number in hundreds.

How to Round Down in Google Sheets using the ROUNDDOWN function

The google sheets round down function works similarly to the other ROUND function except it always rounds the value down to a specified number of decimal places or to the nearest integer.

The Syntax for the ROUNDOWN Google Sheets Function is:

ROUNDDOWN(value,places)

Value can either be a numerical value or a cell reference.

Places is the number of decimal places you would like the number to have.

How to Round Down to the Nearest Integer

There are certain cases where you have to always round down. This can be done using the ROUNDDOWN function. Just like the ROUND function, you can either include the reference cell containing the original number or add it to the function itself, and it will give the result. For our example, we have the following formula:

=ROUNDDOWN(A11)

And the result is as follows:

ROUNDDOWN function rounding down the number to the previous whole number. From 1124.662314 to 1124
ROUNDDOWN function rounding down the number to the previous whole number.

How to use the Google Sheet Round Down Function With Decimal Places

Like in the ROUND function, the ROUNDDOWN function also includes functionality to allow preserving a certain number of decimal places or even round up beyond the decimal point.


If we wanted to use ROUNDDOWN to preserve 3 decimal places we would use the the following formula:

=ROUNDDOWN(A12,3)

And we will get the following result:

ROUNDDOWN function rounding down the number to the previous number, with three decimal places remaining.  From 1124.662314 to 1124.662
ROUNDDOWN function rounding down a number with three decimal places remaining.

Using Google Sheets ROUNDDOWN with negative values:


-1 will move the decimal place one space to the left and round down to the nearest ten

-2 will move the decimal place two space to the left a round down to the nearest hundred

-3 will move the decimal place 3 places to the left and round down to the nearest thousand

For example if we want to round down the number 1124.362314 to the nearest 100 we would use the formula below:


=ROUNDDOWN(A13,-2)

And we will get the following result:

ROUNDDOWN function rounding down the number to the previous number in hundreds.

A Summary of ROUND, ROUNDUP AND ROUNDDOWN in Google Sheets

To summarize google sheets rounding, you can check the following image as the summary of the use of the rounding off functions in Google Sheets. You can also access the sample sheet containing the same summary here: Rounding Off Sample Sheet 

Summary of all the possible uses of ROUND, ROUNDUP, and ROUNDDOWN function. 
Summary of all the possible uses of ROUND, ROUNDUP, and ROUNDDOWN function. 

If you enjoyed this article, you might also like our article on how to subtract in Google Sheets or our article on how to use standard deviation in Google Sheets.

If you want to learn how to import CSV from email to Google Sheets , we also suggest checking out our detailed guide. 

Use our recurring deadlines tracker to easily set up custom reminders from your spreadsheet in just a few clicks. 

Schedule a free automation consult
Learn more

Level up your Google Sheets skills with our free Google Sheets automation guide

Wasting too much time doing things manually in spreadsheets? Want to spend more time doing what you love? Our 100% free, 27-page Google Sheets automation guide is full of new tips and tricks that will save you time and money!