ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Round to nearest 5000 (https://www.excelbanter.com/excel-discussion-misc-queries/98141-round-nearest-5000-a.html)

Woody13

Round to nearest 5000
 
Is there a way to round down (always) to the nearest 5000? If the
calculation yielded 13,000, the answer would show as 10,000. Thanks

Toppers

Round to nearest 5000
 
Try:

=Floor(A1,5000)

HTH

"Woody13" wrote:

Is there a way to round down (always) to the nearest 5000? If the
calculation yielded 13,000, the answer would show as 10,000. Thanks


Biff

Round to nearest 5000
 
Hi!

One way:

A1 = 13000

=FLOOR(A1,5000)

Biff

"Woody13" wrote in message
...
Is there a way to round down (always) to the nearest 5000? If the
calculation yielded 13,000, the answer would show as 10,000. Thanks




Woody13

Round to nearest 5000
 
I'm kind of looking for an MROUND function that is combined with ROUNDDOWN.

"Woody13" wrote:

Is there a way to round down (always) to the nearest 5000? If the
calculation yielded 13,000, the answer would show as 10,000. Thanks


daddylonglegs

Round to nearest 5000
 

Assuming you have only positive numbers

=FLOOR(A1,5000)

where A1 contains your number


--
daddylonglegs
------------------------------------------------------------------------
daddylonglegs's Profile: http://www.excelforum.com/member.php...o&userid=30486
View this thread: http://www.excelforum.com/showthread...hreadid=559497



All times are GMT +1. The time now is 05:02 AM.

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