How to Round Numbers to the Nearest 5 or 10 in Google Sheets
Rounding numbers can be a useful tool when working with data in Google Sheets. It can help simplify calculations and make data easier to read. In this article, we will discuss how to round numbers to the nearest 5 or 10 in Google Sheets.
Rounding to the Nearest 5
To round numbers to the nearest 5 in Google Sheets, you can use the MROUND function. Here’s how:
1. In a cell, enter the number you want to round.
2. In another cell, enter the formula=MROUND(A1,5). Replace “A1” with the cell that contains the number you want to round.
3. Press enter. The cell will now display the rounded number to the nearest 5.
Rounding to the Nearest 10
To round numbers to the nearest 10 in Google Sheets, you can also use the MROUND function. Here’s how:
1. In a cell, enter the number you want to round.
2. In another cell, enter the formula=MROUND(A1,10). Replace “A1” with the cell that contains the number you want to round.
3. Press enter. The cell will now display the rounded number to the nearest 10.
Rounding to the Nearest 5 or 10 with Conditional Formatting
Another way to round numbers to the nearest 5 or 10 in Google Sheets is to use conditional formatting. Here’s how:
1. Select the cells you want to round.
2. Click on the “Format” menu and select “Conditional formatting.”
3. In the “Format cells if” drop-down menu, select “Custom formula is.”
4. In the formula field, enter the following formula for rounding to the nearest 5:=MROUND(A1,5)=A1. Replace “A1” with the cell reference of the first cell you selected.
5. Click on the “Done” button.
6. Repeat steps 3-5 for rounding to the nearest 10, using this formula:=MROUND(A1,10)=A1.
Now, the selected cells will automatically round to the nearest 5 or 10 based on the formula you entered.
In conclusion, rounding numbers to the nearest 5 or 10 in Google Sheets can be easily done with the MROUND function or conditional formatting. Whether you’re working with financial data or simple calculations, rounding numbers can help make your data more readable and easier to understand.