๐ŸŒ
Google Support
support.google.com โ€บ docs โ€บ answer โ€บ 3093443
ROUNDUP - Google Docs Editors Help
Rounds a number to a certain number of decimal places, always rounding up to the next valid increment. Sample Usage ROUNDUP(99.44,1) ROUNDUP(A2) Syntax ROUNDUP(value,[places]) value
๐ŸŒ
Statology
statology.org โ€บ home โ€บ how to round up or down to nearest 5 or 10 in google sheets
How to Round Up or Down to Nearest 5 or 10 in Google Sheets
February 2, 2022 - #round value in cell A1 to nearest 10 =MROUND(A1, 10) #round value in cell A1 up to nearest 10 =CEILING(A1, 10) #round value in cell A1 down to nearest 10 =FLOOR(A1, 10) The following examples show how to use each formula in practice.
Discussions

Round up to nearest multiple of X
formula you are looking for is =ceiling(B6,20) ps i wouldnt go to an Excel help thread to find google sheets formulas. More on reddit.com
๐ŸŒ r/googlesheets
7
1
October 21, 2023
Google Sheets: Rounding DateTime Cell to Nearest 15 Mintutes - Stack Overflow
Is there a formula that I could use to round a date time cell up or down (1/10/2022 15:17:02) to the nearest 15 minute interval? I've tried MROUND but since the date time field is in a weird format, I can't quite figure out how to get that to work. ... Seems to work for me, example here: https://docs.google... More on stackoverflow.com
๐ŸŒ stackoverflow.com
Help rounding numbers up/down to a specific ending digit
Posting your data can make it easier for others to help you, but it looks like your submission doesn't include any. If this is the case and data would help, you can read how to include it in the submission guide . You can also use this tool created by a Reddit community member to create a blank Google Sheets document that isn't connected to your account. Thank you. I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns. More on reddit.com
๐ŸŒ r/googlesheets
3
1
March 15, 2022
Google Sheets Round Up Function With Two Functions in One Cell
Posting your data can make it easier for others to help you, but it looks like your submission doesn't include any. If this is the case and data would help, you can read how to include it in the submission guide . You can also use this tool created by a Reddit community member to create a blank Google Sheets document that isn't connected to your account. Thank you. I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns. More on reddit.com
๐ŸŒ r/googlesheets
6
1
February 3, 2024
๐ŸŒ
Excel Insider
excelinsider.com โ€บ home โ€บ our blog โ€บ google sheets formulas โ€บ how to round up to nearest 10 in google sheets
How to Round up to Nearest 10 in Google Sheets - Excel Insider
August 13, 2025 - If you want to round down any value ... in cell B2, to round it down to the nearest 10, insert this formula in any blank cell: =FLOOR(B2,10)....
๐ŸŒ
Google Support
support.google.com โ€บ docs โ€บ answer โ€บ 3093440
ROUND function - Google Docs Editors Help
FLOOR: The FLOOR function rounds a number down to the nearest integer multiple of specified significance. CEILING: The CEILING function rounds a number up to the nearest integer multiple of specified significance.
๐ŸŒ
Alphr
alphr.com โ€บ home โ€บ how to round google sheets cells to the nearest 10
How To Round Google Sheets Cells to the Nearest 10
September 15, 2021 - The MROUND function in Google Spreadsheets provides a simplistic way to round a number either upwards or downwards to the nearest 0.5, 5, 10, or any other specified multiple you choose.
๐ŸŒ
Reddit
reddit.com โ€บ r/googlesheets โ€บ round up to nearest multiple of x
r/googlesheets on Reddit: Round up to nearest multiple of X
October 21, 2023 -

Hi, I wanted a function that would round UP to the nearest multiple of 20. So for example 62 would round to 80. I googled MROUNDUP and found the link below, so I went on Google Sheets and typed in "=ROUNDUP(B6/20,0)*20." It worked, but I don't understand why. Why is 20 in there twice, what does the asterisk mean, and why is there a zero in there after the comma? I don't technically need to know, I guess, but I just want the information for future reference.

Thanks so much! https://www.mrexcel.com/board/threads/mroundup.203303/post-992382

๐ŸŒ
Owox
owox.com โ€บ blog โ€บ articles โ€บ ceiling-floor-round-google-sheets
CEILING, FLOOR, ROUND: Google Sheets Functions Guide 2025
October 10, 2025 - For a value of 12.34, the formulas will round it up to the nearest 10, resulting in 20. Rounding numbers up to the nearest 0.5 in Google Sheets is easy with the CEILING, CEILING.MATH, and CEILING.PRECISE functions.
Find elsewhere
๐ŸŒ
Lifewire
lifewire.com โ€บ round-numbers-up-or-down-nearest-5-or-10-3123755
Round Numbers to the Nearest 5 or 10 in Google Sheets
June 8, 2021 - The Google Sheets' MROUND function makes it easy to round a number upward or downward to the nearest 5, 10, or another specified multiple.
๐ŸŒ
The Bricks
thebricks.com โ€บ resources โ€บ how-to-round-to-the-nearest-tenth-in-google-sheets
How to Round to the Nearest Tenth in Google Sheets
Click on cell B2, where you want the rounded number to appear. Enter the formula. Type the following formula into cell B2: =ROUND(A2, 1) Press Enter. Google Sheets will calculate the result and display 4.9 in cell B2.
๐ŸŒ
Spreadsheet Class
spreadsheetclass.com โ€บ home โ€บ google sheets formulas โ€บ all the ways to round numbers in google sheets (round, rounddown, roundup)
All the ways to round numbers in Google Sheets (ROUND, ROUNDDOWN, ROUNDUP)
August 16, 2024 - If the number in cell A2 was "1.573", the formula would have rounded down to "1.57". To round to the nearest tenth in Google Sheets, round to one decimal place with the ROUND function, like this: =ROUND(A2,1)
๐ŸŒ
Automate Excel
automateexcel.com โ€บ home โ€บ ๊ฐ€๊นŒ์šด 10, 100 ๋˜๋Š” 1000์œผ๋กœ ๋ฐ˜์˜ฌ๋ฆผ โ€“ excel ๋ฐ google ์Šคํ”„๋ ˆ๋“œ์‹œํŠธ
Round to Nearest 10, 100, or 1000 - Excel & Google Sheets - Automate Excel
February 6, 2023 - This tutorial will demonstrate how to round to the nearest 10, 100, or 1000 in Excel & Google Sheets. The ROUND Function rounds a number to a specified number of digits relative to the decimal. ... By using negative numbers you can round to the nearest 10, 100, or 1000. ... You can use the ROUNDUP or ROUNDDOWN Functions to round a number up or down instead of using standard rounding rules.
๐ŸŒ
Kieran Dixon
kierandixon.com โ€บ home โ€บ how to round in google sheets
How To Round In Google Sheets - Kieran Dixon
July 12, 2021 - One cool trick to the ROUND function is that if you make [places] negative, it will round up or down to a specific number of places to the left of the decimal point: An easy way to remember what you're rounding to when using negative [places] is to think about the negative number as the number of zeros after 1. This is the same as saying it's rounding to the nearest 10|[places]|:
๐ŸŒ
Spreadsheet Point
spreadsheetpoint.com โ€บ home โ€บ google sheets tips โ€บ how to round numbers in google sheets (easy formulas)
How to Round Numbers in Google Sheets (5 Easy Methods)
July 27, 2022 - You can also use the CEILING function ... in Google Sheets to the nearest 1 or any other specified place. The syntax for the CEILING function goes as follows: ... As you can see to show the result to one decimal place the significance is set ...
๐ŸŒ
Arab Psychology
scales.arabpsychology.com โ€บ home โ€บ stats โ€บ how to easily round numbers to the nearest 5 or 10 in google sheets
How To Easily Round Numbers To The Nearest 5 Or 10 In Google Sheets
November 30, 2025 - This consistently rounds the values up to the next multiple of 10. This is particularly useful in estimating budgets or setting targets where the minimum acceptable increment is 10 units. Mastering custom multiple rounding in Google Sheets hinges entirely on defining two key parameters: the desired multiple (e.g., 5 or 10) and the required direction (nearest, up, or down).
๐ŸŒ
Simular
simular.ai โ€บ workflow โ€บ how-to-use-round-in-google-sheets-and-excel-guide-fast
How to Use ROUND in Google Sheets and Excel Guide Fast
January 4, 2026 - Impressions to the nearest 100. Prices to 0.99 using ROUND and subtraction. Let the agent open Excel or Google Sheets on your desktop. Have it identify the right columns from headers like Price, Revenue, CPC. Insert or update the correct ROUND, ROUNDUP, ROUNDDOWN, or MROUND formulas.
๐ŸŒ
Edge Webware, Inc.
edgewebware.com โ€บ home โ€บ blog โ€บ tips & tricks โ€บ how to always round up to the next 5 in google sheets
How to always round up to the next 5 in Google Sheets - Edge Webware, Inc.
May 7, 2020 - ? I wonder if I either just missed this somehow in all my searches or whether this was added to Sheets at a later time. In either case, thanks for the additional info. This is a far simpler solution. ... THANK YOU, I was able to not only use this but adapt it to round up to the nearest 0.25 =if(MOD(D2,0.25) > 0, (25*ROUNDDOWN((D2*100)/25,0)+25)/100, (25*ROUNDDOWN((D2*100)/25,0))/100)