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 ...
🌐
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 - The following screenshot demonstrates the ROUNDDOWN function in action. The MROUND function in Excel rounds a given number up or down to the specified multiple.
Discussions

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
🌐 mrexcel.com
8
0
April 24, 2008
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
🌐 r/excel
19
16
June 23, 2024
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
🌐 r/excel
24
11
December 8, 2023
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
🌐 r/excel
6
3
July 26, 2023
🌐
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?

🌐
Corporate Finance Institute
corporatefinanceinstitute.com › home › resources › rounddown function
ROUNDDOWN Function - Formula, Example, How to Use
October 10, 2023 - Equal to zero, it specifies rounding to the nearest integer. A negative value that is num_digits < number, it specifies the number of digits is rounded down to the specified number of decimal places.
🌐
MENTOR ME CAREERS
mentormecareers.com › home › career guides, research & jobs › using rounddown function in excel for precision
rounddown function in excel- how to use it with examples
October 23, 2024 - rounddown function in excel is used to approximate the numbers in a formula either closes to the number upwards or downwards
🌐
Exceljet
exceljet.net › rounddown function
Excel ROUNDDOWN function | Exceljet
May 11, 2024 - The ROUNDDOWN function rounds a number down to a given number of places. The number of places is controlled by the number of digits provided in the second argument ( num_digits ). For example, these formulas round the number 5.89 down to 1 and ...
Find elsewhere
🌐
Excel Easy
excel-easy.com › functions › round.html
Round Numbers in Excel (Easy Steps)
The ROUND function in Excel rounds a number to a specified number of digits. The ROUND function rounds up or down. 1, 2, 3 and 4 get rounded down.
🌐
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
🌐
Corporate Finance Institute
corporatefinanceinstitute.com › home › resources › excel rounddown
Excel ROUNDDOWN - Formula to Round Down Numbers in Excel
December 3, 2023 - In this tutorial, we will show you how to round a number down in Excel using the =ROUNDDOWN() function.
🌐
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 Learn
learn.microsoft.com › en-us › power-platform › power-fx › reference › function-round
Int, Round, RoundDown, RoundUp, and Trunc functions - Power Platform | Microsoft Learn
RoundDown always rounds down to the previous lower number, towards zero. RoundUp always rounds up to the next higher number, away from zero. The number of decimal places can be specified for these functions: The Int and Trunc functions round ...
🌐
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.
🌐
LiveFlow
liveflow.com › product-guides › how-to-round-numbers-in-excel
How to Round Numbers in Excel
... For example, if you have the number 1.2345 and want to round it down to two decimal places, you would use the formula =ROUNDDOWN(1.2345, 2), which would return 1.23. This formula is included as the first item in the following table.
🌐
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?
🌐
Encyclopedia-Excel
encyclopedia-excel.com › how-to-use-the-rounddown-function-in-excel-4-examples
How to use the ROUNDDOWN Function in Excel - 4 Examples
October 14, 2022 - This function will round any number, positive or negative, down to a specified digits place by changing the num_digits argument. The default value of 0, will round down to the nearest integer and everything after the decimal point will be rounded.