ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   how do I convert numbers to the nearest 1000 (https://www.excelbanter.com/excel-discussion-misc-queries/70140-how-do-i-convert-numbers-nearest-1000-a.html)

Brian

how do I convert numbers to the nearest 1000
 
how do I convert numbers to the nearest 1000

daddylonglegs

how do I convert numbers to the nearest 1000
 

=round(a1,-3)


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


Fred Smith

how do I convert numbers to the nearest 1000
 
One way is to use MRound:

=Mround(a1,1000)

This requires the Analysis ToolPak to be installed.

Or:

=int(a1/1000)*1000

--
Regards,
Fred


"Brian" wrote in message
...
how do I convert numbers to the nearest 1000





All times are GMT +1. The time now is 01:03 AM.

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