Home |
Search |
Today's Posts |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
"Ashley" wrote:
How do I round a number to the nearest 5th using Excel 2003? Some examples would help us help you by resolving the ambiguities of an English description. If you truly mean "nearest 5th" -- multiples of 1/5 -- then any of the following equivalent formulas should do the trick. =ROUND(A1*5, 0) / 5 =MROUND(A1, 0.2) =ROUND(A1 / 0.2, 0) * 0.2 I prefer the first formula because the fractional value 0.2 cannot be represented exactly internally. (But admittedly, it's probably good enough.) If you mean nearest multiple of 5, then try any of the following: =ROUND(A1 / 5, 0) * 5 =MROUND(A1, 5) Whichever you meant, try the formulas with a number of values to be sure that you really meant "round" instead of "round up" or "round down". |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Rounding in Excel | New Users to Excel | |||
ROUNDING FORMULA =ROUND(B12/$B$10,1) ROUNDING TO HIGH | Excel Worksheet Functions | |||
I need a formula with rounding up & rounding down to the nearest . | Excel Worksheet Functions | |||
excel rounding | Excel Discussion (Misc queries) | |||
Rounding in Excel | Excel Discussion (Misc queries) |