Home |
Search |
Today's Posts |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
On Feb 17, 10:10*am, Lady Excel
wrote: Are there any functions which will round numbers up to the nearest 50? eg. 50, 100, 150, 200, etc. You subject line says "round up to 50", which is different from "round to the nearest 50". Which is it? One way to round to the nearest 50: =mround(A1,50) If you get a #NAME? error, use Excel Help to find information on how to use the MROUND function. Alternatively: =round(A1/50,0)*50 That also makes it easy to round up or down to a multiple of 50: =roundup(A1/50,0)*50 =rounddown(A1/50,0)*50 One of those solutions should work for you. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
I need a formula with rounding up & rounding down to the nearest . | Excel Worksheet Functions | |||
ROUNDING | Excel Discussion (Misc queries) | |||
ROUNDING | New Users to Excel | |||
ROUNDING | Excel Worksheet Functions | |||
rounding | Excel Discussion (Misc queries) |