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.
Reddit
reddit.com › r/excel › how do i round numbers?
r/excel on Reddit: How do I round numbers?
May 30, 2022 -
Hi! How can I format cells to round values to the nearest whole number? Say of I've got a column containing 122.36, 128.98, 135.55... How to I format that column so it says simply 122, 129, 136 and so on?
Top answer 1 of 5
6
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
2 of 5
2
There’s a button along the top, it’ll have .0 .00 and an arrow. You can select to decrease the amount of decimal places. Otherwise I’m sure there’s a formula to, but I’m not sure what I’ve never used it.
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
Trying to round up based on. 75 instead of. 5
Alternate solution: =Round(A1-.25,0) More on reddit.com
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
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
Videos
03:47
Rounding numbers to the nearest whole number - YouTube
01:00
Round numbers with the ROUND function in Excel - YouTube
07:01
Using the Excel ROUND Functions - YouTube
03:54
Round to Nearest Whole Number in Excel - 5 or 50 - YouTube
03:33
How to round to the nearest whole number in Excel - YouTube
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...
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.
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.
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.
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 ...