ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Excel 2007 - RoundDown in Calculation? (https://www.excelbanter.com/excel-discussion-misc-queries/183333-excel-2007-rounddown-calculation.html)

Charliec

Excel 2007 - RoundDown in Calculation?
 
I have a calculation setup in a column with no decimal points (whole
numbers only). The calculation results in the number being rounded
up. I would like the number to be round down to the whole digit
number (ie if the result is 23.78, I would like it round down to 23).
Below is a example of the current formula:

=SUM((220-F2)*0.9)

What do I have to add to this calculation to get it to round down.

Thanks
Charlie
************************************************** ****
Charliec

Rhiannon McKay

Excel 2007 - RoundDown in Calculation?
 
Change the formula to:

=ROUNDDOWN(SUM((220-F2)*0.9),0)

and that will round it down to a whole number (i.e. 0 decimal places)

Rhiannon

Tyro[_2_]

Excel 2007 - RoundDown in Calculation?
 
Look at the functions INT, ROUNDDOWN and TRUNC to see which suits your
needs.
Your formula does not need SUM as this will work =(220-F2)*0.9

Tyro

"Charliec" wrote in message
...
I have a calculation setup in a column with no decimal points (whole
numbers only). The calculation results in the number being rounded
up. I would like the number to be round down to the whole digit
number (ie if the result is 23.78, I would like it round down to 23).
Below is a example of the current formula:

=SUM((220-F2)*0.9)

What do I have to add to this calculation to get it to round down.

Thanks
Charlie
************************************************** ****
Charliec




Charliec

Excel 2007 - RoundDown in Calculation?
 
Got it, worked like a charm.
Thanks a lot!
Charlie

On Thu, 10 Apr 2008 21:07:01 -0700, Rhiannon McKay wrote:


Change the formula to:

=ROUNDDOWN(SUM((220-F2)*0.9),0)

and that will round it down to a whole number (i.e. 0 decimal places)

Rhiannon

************************************************** ****
Charliec

Rhiannon McKay

Excel 2007 - RoundDown in Calculation?
 


"Charliec" wrote:

Got it, worked like a charm.
Thanks a lot!
Charlie


Glad to be of help!

Rhiannon


All times are GMT +1. The time now is 11:03 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com