I’d need to see the calculation, the rounding depends on where you want it to occur in the math. Answer from wynnejs on reddit.com
Microsoft Support
support.microsoft.com › en-us › office › rounddown-function-2ec94c73-241f-4b01-8c6f-17e6d7968f53
ROUNDDOWN function - Microsoft Support
ROUNDDOWN behaves like ROUND, except that it always rounds a number down. If num_digits is greater than 0 (zero), then number is rounded down to the specified number of decimal places. If num_digits is 0, then number is rounded down to the nearest integer. If num_digits is less than 0, then ...
IF with ROUNDUP or ROUNDDOWN function
I'm wanting to round a number up if a number in cell A1 is positive and round the number down if the number is negative. How would this IF function be written. Thanks Ian More on mrexcel.com
Can you round down/ up a formula directly?
u/NYCmom327 - 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
Creating A Formula In Excel To Round Down At 0.5 and Up At 0.6
=IF(NUMBERVALUE(RIGHT(A2,2))<0.51,ROUNDDOWN(A2,0),ROUNDUP(A2,0)) Here A2 is the cell with data. Try to see if it helps. More on reddit.com
Issue with ROUNDDOWN function
I believe it's to do with floating point errors. Excel doesn't handle fractions well, they can't go on infinitely, like 1/6 does. So, take in the image below it shows 44 in row 265 with just the SEQUENCE function, it really is 43.9999999999... and that is rounded down to 43 instead of staying at 44. You have a lot of errors, with the first one starting at row 253. 3763 errors in total, in fact. I'm trying to think of an alternative formula. The handy way is put 0 in A1 to A6 and then in A7 write =A1+1 and fill down to wherever you want. That gives the correct sequence, then. It's not elegant, but gets the job done. More on reddit.com
Videos
How to Use RoundDown Function In Excel - YouTube
12:49
How to Use ROUNDDOWN Function in Excel | With Examples 🔥🔥 ...
How to Round Down Times in Excel - YouTube
03:01
ROUND, ROUNDUP and ROUNDDOWN Function in Excel - YouTube
07:01
Using the Excel ROUND Functions - YouTube
How to ROUND DOWN in Excel - YouTube
Reddit
reddit.com › r/excel › can you round down/ up a formula directly?
r/excel on Reddit: Can you round down/ up a formula directly?
June 23, 2024 -
I am doing quote sheet chart, and the fright rate is either based on gross wt or cbm depending on which one is lesser value. I have formula to calculate each value but want to round down the number to get rid of the decimal. But when I tried to round off the formula directly, it gives me a completely different #. I have to create a sep column n round down the calculated number. Is there a way to round up/ down a formula directly?
Top answer 1 of 7
5
I’d need to see the calculation, the rounding depends on where you want it to occur in the math.
2 of 7
5
Are you wanting to just hide the .28? Or will you be doing math with this number? Try this: =FLOOR(56/W2) If you just want to hide the significant digits, use the .00 -> .0 button in the ribbon in the numbers section. Edit: spelling
DataCamp
datacamp.com › tutorial › excel-round
Excel ROUND(): The Complete Guide to Rounding in Excel | DataCamp
April 25, 2025 - In the example below, the function always rounds up, even though the third decimal is only 1. ... The ROUNDDOWN() function always rounds toward zero, no matter what digits come after the rounding point.
USD
td.usd.edu › TDClient › 33 › Portal › KB › ArticleDet
Article - ROUNDDOWN Function in Excel
The syntax for the ROUNDDOWN function is: = ROUNDDOWN ( Number, Num_digits ) Number - the value to be rounded. Num_digits - the number of decimal places to reduce the above number to. For more information about Formulas and Functions in Excel, please view the full tutorial from the CTL here: Excel Part 3
Formula Bot
formulabot.com › excel › rounddown-function
ROUNDDOWN Excel Formula Function in Excel
ROUNDDOWN Excel Formula Function in Excel - Formula Bot
Better Solutions
bettersolutions.com › excel › functions › rounddown-function.htm
Excel ROUNDDOWN Function - BetterSolutions.com
1 month ago - Microsoft Excel · Functions · ROUNDDOWN · Maths & Trigonometry · Complete List · Alphabetical - R · Index - R · Updated: 01 January 2026 · 01 January 2026 · © 2026 Better Solutions Limited. All Rights Reserved.
SumProduct
sumproduct.com › blog › a-to-z-of-excel-functions-the-rounddown-function
A to Z of Excel Functions: The ROUNDDOWN Function – SumProduct
For example, ROUNDDOWN(3.5,0) equals 3, not 4, and ROUNDDOWN(-3.5,0) equals -3 (see image, below) the number can be a number, a cell reference or a named range · this function operates on the actual value in the cell and rounds it so it is consistent with the value that is displayed
MrExcel
mrexcel.com › forums › question forums › excel questions
IF with ROUNDUP or ROUNDDOWN function | MrExcel Message Board
April 24, 2008 - I'm wanting to round a number up if a number in cell A1 is positive and round the number down if the number is negative. How would this IF function be written. Thanks Ian ... Ignore this post! ... Thanks for your reply. I'd managed to work it out, =IF(V2>0,ROUNDUP(V2,0),ROUNDDOWN(V2,0)) Cheers
Microsoft Support
support.microsoft.com › en-us › office › round-a-number-f82b440b-689d-4221-b21e-38da99d33435
Round a number - Microsoft Support
For example, to round 2345678 down to 3 significant digits, you use the ROUNDDOWN function with the parameter -4, as follows: = ROUNDDOWN(2345678,-4). This rounds the number down to 2340000, with the "234" portion as the significant digits. There may be times when you want to round to a multiple of a number that you specify. For example, suppose your company ships a product in crates of 18 items.
TechOnTheNet
techonthenet.com › excel › formulas › rounddown.php
MS Excel: How to use the ROUNDDOWN Function (WS)
The Microsoft Excel ROUNDDOWN function returns a number rounded down to a specified number of digits. (Always rounds towards 0.) The ROUNDDOWN function is a built-in function in Excel that is categorized as a Math/Trig Function. It can be used as a worksheet function (WS) in Excel.
Pigment
kb.pigment.com › docs › rounddown-function
Use the ROUNDDOWN Function to Round Numbers Down Precisely
Rounds the first argument down to the number of decimal places specified in the second argument. ROUNDDOWN(Number [, Number of Digits]) BLANK if Number of Digits is negative or over 14. Excel: ROUNDDOWN · Related articles: ROUNDUP, ROUND · More of a hands-on learner?