ROUND Google Sheets Function

What Is ROUND Google Sheets Function?

The ROUND Google Sheets Function rounds up a given number to the specified number of digits. It is one of the inbuilt Math functions, that helps users get the whole numbers or integer values, in a large dataset, instead of their decimal or fractional values. The Google Sheets ROUND Function has other two functions available in the group, which are, the ROUNDUP and ROUNDDOWN functions.

For example, consider the below table with the numeric value. Now, let us round up a number using the Round function.

ROUND Google Sheet Function Definition 1

Select cell B2, enter the formula =ROUND(A2,0) and press β€œEnter”.

ROUND Google Sheet Function Definition 1-1

We get the output shown above, i.e., the number rounded to its 0 place as 221.

Key Takeaways
  • The ROUND Google Sheets function rounds the selected numeric values according to the number of digits allotted in the argument and it always returns numeric values for valid data selection.
  • The ROUND function group has two more functions (ROUNDUP and ROUNDDOWN functions).
  • In the ROUND formula’s 2nd argument,
    • Positive digits (1, 2, and 3) rounds the decimals in that location.
    • Negative digits (like -1, -2, and -3) round the decimals according to the multiples of 10, 100, and 1000.
    • β€˜0’ rounds the number based on the nearest number.

ROUND( ) Google Sheets Formula

The syntax of the ROUND Google Sheets formula is:

ROUND( ) Google Sheets Formula

The arguments of the ROUND Google Sheets formula are:

  • valueIt denotes the numerical value that we want to round up or down. It is a mandatory argument.
  • [places]It mentions the location or the place value at which the number is rounded. It is an optional argument.

The following table shows the digits and the reference with which the values are rounded.

DigitsResult
0Round to the nearest number
1Round the 1st decimal number to the right
2Round 2 decimal numbers to the right
3Round 3 decimal numbers to the right
-1Round to the nearest 10
-2Round to the nearest 100
-3Round to the nearest 1000

How To Use ROUND Google Sheets Function?

We can use the ROUND Google Sheets Function in 2 ways, namely,

  1. Access from the Toolbar.
  2. Enter in the Worksheet Manually.

Method #1 – Access from the Toolbar 👒

Choose an empty cell for output 👒 select the β€œInsert” tab 👒 click the β€œFunction” option right arrow 👒 click the β€œMath” option right arrow 👒 select the β€œROUND” function, as shown below.

How To Use ROUND Google Sheets 1

The ROUND formula appears as shown below.

ROUND formula

Select the argument values as cell references or cell rangeand press β€œEnter”.

Method #2 – Enter in the worksheet manually.

  1. Select an empty cell to display the output.
  2. Type =ROUND( in the chosen cell. [Alternatively, enter =R or =ROUND and click the ROUND function from the suggestions Google Sheets lists.]
  3. Enter the cell values or references as the argument values.
  4. Close the brackets and press Enter to obtain the logical results in the target cells.

Examples

We will consider some examples with the different values for the optional argument to understand the ROUND Google Sheets Function examples.

Example #1

Let us round values using the ROUND in Google Sheets to the nearest 0.

ROUND Google Sheet Function Example 1

The steps to round the values to the nearest number using the ROUND formula are as follows:

Step 1:  Select cell B2 and enter the formula =ROUND(A2,0), as shown below.

ROUND Google Sheet Function Example 1-1

Step 2: Press Enter. We can see that the function has returned the value 325 in cell B2.

ROUND Google Sheet Function Example 1-2

Step 3: Drag the formula from cell B2 to B4 using the fill handle to get the following output.

ROUND Google Sheet Function Example 1-3

Example #2 – Using [places] value as (1)

Let us round values using the ROUND in Google Sheets using [places] value as (1).

ROUND Google Sheet Function Example 2

The steps to round the values to the place 1 using the ROUND formula are as follows:

Step 1:  Select cell B2 and enter the formula =ROUND(A2,1), as shown below.

ROUND Google Sheet Function Example 2-1

Step 2: Press Enter. We can see that the function has returned the value 125 in cell B2.

ROUND Google Sheet Function Example 2-2

Step 3: Drag the formula from cell B2 to B4 using the fill handle to get the following output.

ROUND Google Sheet Function Example 2-3

Example #3 – Using [places] value as (-1)

Let us round values using the ROUND Google Sheets Function using [places] value as (-1).

ROUND Google Sheet Function Example 3

The steps to round the values to the place -1 using the ROUND formula are as follows:

Step 1:  Select cell B2 and enter the formula =ROUND(A2,-1), as shown below.

ROUND Google Sheet Function Example 3-1

Step 2: Press Enter. We can see that the function has returned the value 70 in cell B2.

ROUND Google Sheet Function Example 3-2

Step 3: Drag the formula from cell B2 to B4 using the fill handle to get the following output.

ROUND Google Sheet Function Example 3-3

Example #4 – Using [places] value as (2)

Let us round values using the Google Sheets ROUND Function using [places] value as (2).

ROUND Google Sheet Function Example 4

The steps to round the values to the place 2 using the ROUND formula are as follows:

Step 1:  Select cell B2 and enter the formula =ROUND(A2,2), as shown below.

ROUND Google Sheet Function Example 4-1

Step 2: Press Enter. We can see that the function has returned the value 174.99 in cell B2.

ROUND Google Sheet Function Example 4-2

Step 3: Drag the formula from cell B2 to B4 using the fill handle to get the following output.

ROUND Google Sheet Function Example 4-3

Example #5 – Using [places] value as (-2)

Let us round values using the Google Sheets ROUND Function using [places] value as (-2).

ROUND Google Sheet Function Example 5

The steps to round the values to the place -2 using the ROUND formula are as follows:

Step 1:  Select cell B2 and enter the formula =ROUND(A2,-2), as shown below.

ROUND Google Sheet Function Example 5-1

Step 2: Press Enter. We can see that the function has returned the value 100 in cell B2.

ROUND Google Sheet Function Example 5-2

Step 3: Drag the formula from cell B2 to B4 using the fill handle to get the following output.

ROUND Google Sheet Function Example 5-3

Important Things To Note

  • The ROUND function rounds the values both up and down to a specified digit. Other ROUND functions in the group include the ROUNDUP, whichrounds the values up andROUNDDOWN, which rounds the values down.
  • If the number of digits mentioned in the second argument is –
    • Higher than β€˜0’, the function rounds the values to the right.
    • Equal to β€˜0’, it rounds to the nearest number.
    • Lesser than β€˜0’, the function rounds the values to the left. -1, -2 and -3 rounds the number based on the multiples of 10, 100, and 1000, respectively.

Frequently Asked Questions

1) What is an alternate way to insert the ROUND Google Sheets function?

We often forget in which category a function falls, here, the β€œROUND” function. Then, we can insert the function as follows:
Choose an empty cell 👒 select the β€œInsert” tab 👒 click the β€œFunction” option right arrow 👒 click the β€œAll” option right arrow 👒 select the β€œROUND” function, as shown below.
ROUND Google Sheet Function FAQ 1
However, as always, entering the function manually is the best way to avoid confusion.

2) Why is the Google Sheets ROUND function not working?

A few reasons the Google Sheets ROUND function may not work are:
β€’ The numeric value selected is already a whole number or an integer.
β€’ The cell references selected is a text value, alpha-numeric, empty or a fraction.

3) Where else can we find the ROUND function in Google Sheets?

Alternatively, we can find the function icon to insert the ROUND function by following the path shown below.

β€’ Choose an empty cell 👒 click the β€œMore” option represented by the three vertical dots at the end of the toolbar, as shown below.
ROUND Google Sheet Function FAQ 2
β€’ A list of icons appears when we click the β€œMore” option. Here, click the β€œFunctions” icon, as shown below.
ROUND Google Sheet Function FAQ 2-1
β€’ Here, click the β€œFunction” option 👒 click the β€œAll” option right arrow 👒 select the β€œROUND” function, as shown below.
ROUND Google Sheet Function FAQ 2-2

Download Template

This article must help understand Round Google Sheets Function with its formulas and examples. You can download the template here to use it instantly.

Guide to ROUND Google Sheets Function. Here we learn its formula & use it to round numeric values with examples and working template. You can learn more from the following articles. –

Sentence Case In Google Sheets

Google Sheets UNICODE Function

RANDBETWEEN Google Sheets Formula

Reader Interactions

Leave a Reply

Your email address will not be published. Required fields are marked *