Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I know there has to be a way to do this but how do I round to the nearest
thousand? If cell A1 says 9862, cell B1 should say 10,000. If cell A1 says 9207, cell B1 should say 9000. |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=ROUND(A3,-3)
Regards Trevor "tjb" wrote in message ... I know there has to be a way to do this but how do I round to the nearest thousand? If cell A1 says 9862, cell B1 should say 10,000. If cell A1 says 9207, cell B1 should say 9000. |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=Round(number, -3)
"tjb" wrote: I know there has to be a way to do this but how do I round to the nearest thousand? If cell A1 says 9862, cell B1 should say 10,000. If cell A1 says 9207, cell B1 should say 9000. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
rounding to nearest hundred dollar in Excel | New Users to Excel | |||
Rounding numbers to the nearest 5 or 0 | Excel Worksheet Functions | |||
Rounding up to the nearest nickel | Excel Discussion (Misc queries) | |||
Rounding to nearest integer | Excel Worksheet Functions | |||
Rounding numbers to the nearest thousand | Excel Discussion (Misc queries) |