ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   How to Round Whole Numbers? (https://www.excelbanter.com/excel-discussion-misc-queries/26605-how-round-whole-numbers.html)

blank

How to Round Whole Numbers?
 
What is the formula for rounding whole numbers down (ie not decimals to
whole numbers)?
I want to round numbers like 14427 to 14420. The numbers are in a formula
such as:
=SUM(C6:C22)*.08 and I want to round the result to the nearest 10.
Thanks for any help.



Bob Phillips

=FLOOR(SUM(C6:C22)*.08 ,10)

--
HTH

Bob Phillips

"blank" wrote in message
...
What is the formula for rounding whole numbers down (ie not decimals to
whole numbers)?
I want to round numbers like 14427 to 14420. The numbers are in a formula
such as:
=SUM(C6:C22)*.08 and I want to round the result to the nearest 10.
Thanks for any help.





Mangesh

Nearest 10. use:
=ROUND((SUM(C6:C22)*.08)/10,0)*10

Your example:
=INT((SUM(C6:C22)*.08)/10)*10


- Mangesh


"blank" wrote in message
...
What is the formula for rounding whole numbers down (ie not decimals to
whole numbers)?
I want to round numbers like 14427 to 14420. The numbers are in a formula
such as:
=SUM(C6:C22)*.08 and I want to round the result to the nearest 10.
Thanks for any help.





blank

Yes!!!!!!! Thanks very much.

"Mangesh" wrote in message
...
Nearest 10. use:
=ROUND((SUM(C6:C22)*.08)/10,0)*10

Your example:
=INT((SUM(C6:C22)*.08)/10)*10


- Mangesh


"blank" wrote in message
...
What is the formula for rounding whole numbers down (ie not decimals to
whole numbers)?
I want to round numbers like 14427 to 14420. The numbers are in a

formula
such as:
=SUM(C6:C22)*.08 and I want to round the result to the nearest 10.
Thanks for any help.








All times are GMT +1. The time now is 10:51 PM.

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