Do you want the numbers actually rounded or just to appear rounded? If the former is the formula =round(cell with number to round,0). If the later, highlight the data you want to appear rounded, hit ctrl+1, select the number formatting from the format menu, type in 0 for the decimal places, then ok Answer from True_Go_Blue on reddit.com
🌐
Microsoft Support
support.microsoft.com › en-us › office › round-function-c018c5d8-40fb-4053-90b1-b3e7f61a213c
ROUND function - Microsoft Support
To round a number to a specific multiple (for example, to round to the nearest 0.5), use the MROUND function. Copy the example data in the following table, and paste it in cell A1 of a new Excel worksheet. For formulas to show results, select them, press F2, and then press Enter.
Discussions

Round to nearest WHOLE NUMBER that is a multiple of 5 - whole number, not zero
I have numbers ranging from 1 to 90 that need to be rounded the nearest whole number that is divisible by 5. Expected outcome 1 should round up to five 88 should round up to 90 72 should round down to 70 Round - modified for multiples of five* - works perfectly well for number that are... More on mrexcel.com
🌐 mrexcel.com
5
0
January 2, 2014
Trying to round up based on. 75 instead of. 5
Alternate solution: =Round(A1-.25,0) More on reddit.com
🌐 r/excel
7
3
May 17, 2023
Round decimal up to next whole number even if below .5
=ROUNDUP(J64,0). ROUNDUP behaves like ROUND, except that it always rounds a number up. If num_digits is greater than 0 (zero), then number is rounded up to the specified number of decimal places. If num_digits is 0, then number is rounded up to the nearest integer. More on reddit.com
🌐 r/excel
15
2
September 26, 2019
How do I round numbers?
u/ConfusionSame3912 - Your post was submitted successfully. Once your problem is solved, reply to the answer(s) saying Solution Verified to close the thread. Follow the submission rules -- particularly 1 and 2. To fix the body, click edit. To fix your title, delete and re-post. Include your Excel version and all other relevant information Failing to follow these steps may result in your post being removed without warning. 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/excel
6
1
May 30, 2022
🌐
Microsoft Support
support.microsoft.com › en-us › office › round-a-number-f82b440b-689d-4221-b21e-38da99d33435
Round a number - Microsoft Support
As a general rule, when you round a number that has no fractional part (a whole number), you subtract the length from the number of significant digits to which you want to round. For example, to round 2345678 down to 3 significant digits, you use the ROUNDDOWN function with the parameter -4, ...
🌐
MrExcel
mrexcel.com › forums › question forums › excel questions
Round to nearest WHOLE NUMBER that is a multiple of 5 - whole number, not zero | MrExcel Message Board
January 2, 2014 - I have numbers ranging from 1 to 90 that need to be rounded the nearest whole number that is divisible by 5. Expected outcome 1 should round up to five 88 should round up to 90 72 should round down to 70 Round - modified for multiples of five* - works perfectly well for number that are...
🌐
ExcelDemy
exceldemy.com › home › excel formulas › how to round to nearest whole number in excel (9 methods)
How to Round to Nearest Whole Number in Excel (9 Methods) - ExcelDemy
June 23, 2024 - You can round decimals to the nearest whole number in Excel using functions, etc., and using the ribbon menu with number formatting.
🌐
DataCamp
datacamp.com › tutorial › excel-round
Excel ROUND(): The Complete Guide to Rounding in Excel | DataCamp
April 25, 2025 - Use =ROUND(number, 0) to round to the nearest whole number.
🌐
Great Learning
mygreatlearning.com › blog › data science and analytics › round off formula in excel
Round Off Formula in Excel
June 23, 2025 - Beyond ROUND, ROUNDUP, and ROUNDDOWN, Excel offers other rounding functions that come in handy for more specific needs: MROUND, INT, and TRUNC. This rounds a number to the nearest multiple you choose.
Find elsewhere
🌐
Exceljet
exceljet.net › round function
Excel ROUND function | Exceljet
April 16, 2024 - If the number is not numeric, ROUND returns a #VALUE! error. If num_digits is not numeric, ROUND returns a #VALUE! error. In the example shown, the goal is to round a price to the nearest value ending in .99. So, for example, if a price is currently $5.31, the result should be $4.99. The best way to think about the problem is to restate it as "round a price to the nearest whole ...
🌐
Corporate Finance Institute
corporatefinanceinstitute.com › home › resources › round function
ROUND Function - Excel Formula, Examples, How To Use
February 3, 2025 - The ROUND function would first round 63.39 to 63 and then subtract 0.01 to give 62.99. So, the function with a zero would round the number given to the nearest whole dollar. Once it is rounded, the formula would simply subtract 0.01 from the number to get a .99 value. ... Thanks for reading CFI’s guide to the Excel ROUND function.
🌐
Career Principles
careerprinciples.com › resources › excel-roundup-function
Excel ROUNDUP Function (With Examples) | Career Principles
January 15, 2025 - To use the ROUNDUP function in Excel, click into a cell and type in =ROUNDUP to initiate the function. Next, you’ll see 2 input prompts for “number” which is the number you want to round up and “num_digits” which is the number of digits ...
🌐
BYU-I
content.byui.edu › file › b8b83119-9acc-4a7b-bc84-efacf9043998 › 1 › Excel-1-2-1.html
Rounding Using Excel
If your cell contained the number 3.8495 and you wanted to round to the nearest tenth, you would need to click on the cell and then click the decrease decimal button three times.
🌐
Microsoft Support
support.microsoft.com › en-us › office › round-a-number-to-the-decimal-places-i-want-in-excel-49b936f9-6904-425d-aa98-02ffb7f9a17b
Round a number to the decimal places I want in Excel - Microsoft Support
Round a number to the decimal places you want by using formatting and how to use the ROUND function in a formula to round to the nearest major unit such as thousands, hundreds, tens, or ones. The ROUNDUP and ROUNDDOWN functions alre also explained.
🌐
Excel Forum
excelforum.com › excel-formulas-and-functions › 1216086-how-to-always-round-up-to-nearest-9-a.html
How to always round up to nearest 9 [SOLVED]
January 18, 2018 - I need a formula which will always round a figure up to the nearest 9. For example, I have 121 which would need to be 129. I am currently using this formula: =ROUNDUP(A1,-1)-1 However, if my figure is a whole number e.g. 100 it is rounded down to 99. I would need it to be 109.
🌐
Contextures
contextures.com › formulas › math trig › rounding
How to Round Numbers in Excel-ROUND-ROUNDUP-MROUND + more
December 10, 2025 - The MROUND function rounds a number to the closest specified multiple. For example: ... In the screen shot below, the total sales amount is rounded to the nearest nickel, by using 0.05 as the multiple in the MROUND function.
🌐
Microsoft Support
support.microsoft.com › en-us › office › roundup-function-f8bc9b23-e795-47db-8703-db171d0c42a7
ROUNDUP function - Microsoft Support
The number of digits to which you want to round number. ROUNDUP behaves like ROUND, except that it always rounds a number up. If num_digits is greater than 0 (zero), then number is rounded up to the specified number of decimal places. If num_digits is 0, then number is rounded up to the nearest ...
🌐
Excel University
excel-university.com › home › blog › round to the nearest 5 in excel using 3 different functions
Round to the Nearest 5 in Excel Using 3 Different Functions
February 24, 2023 - The MROUND function in Excel allows you to round a number up or down to the nearest multiple of a given value. It works by taking two arguments: the number to be rounded and the multiple to round to.
🌐
Quora
quora.com › How-can-I-round-to-the-nearest-whole-number-in-Excel
How to round to the nearest whole number in Excel - Quora
Answer (1 of 5): Many ways. Let “B2″ be a cell reference containing a value, we have the obvious functions native to excel: =ROUND(B2,0) =MROUND(B2,0) However, for some reason you wish to round a number with with a decimal value less than or equal to 5 tenths down you could use something like t...
🌐
The Bricks
thebricks.com › resources › how-to-round-to-whole-number-in-excel
How to Round to a Whole Number in Excel
To get a whole number, you always use 0. Imagine you have a list of sales figures with cents and you want to report them as whole dollar amounts. Click on the cell where you want your rounded result to appear (e.g., B2).
🌐
Ablebits
ablebits.com › ablebits blog › excel › excel formulas › rounding in excel: round, roundup, rounddown, floor, ceiling functions
Rounding in Excel: ROUND, ROUNDUP, ROUNDDOWN, FLOOR, CEILING functions
May 3, 2023 - To round up to nearest integer, use an Excel ROUNDUP formula with num_digits set to 0. For example =ROUNDUP(5.5, 0) rounds decimal 5.5 to 6. To round down to nearest whole number, use either INT or ROUNDDOW with num_digits set to 0.
🌐
Layer
golayer.io › home › round function in excel: how to use & examples
Round Function in Excel: How to Use & Examples | Layer Blog
September 10, 2025 - For example, you can round 1.932 to two decimals as follows: ROUND(1.932; 2) = 1.93. The ROUND function rounds to the nearest whole number: decimal values in the 0 – 4 range are rounded down, while those in the 5 – 9 range are rounded up.