Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
How can I round a cell up to the nearest multiple of 20, or 25?
I want 53 to round up to 60 and 77 to round up to 100. |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi
if you want to round up to multiple of 20 use =CEILING(A1,20) Multiple of 25 =CEILING(A1,25) if this helps please click yes thanks "PFLY" wrote: How can I round a cell up to the nearest multiple of 20, or 25? I want 53 to round up to 60 and 77 to round up to 100. |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
to the nearest 20 would be =ROUNDUP(A2/20,0)*20 to the nearest 25 would be
=ROUNDUP(A1/25,0)*25. Not sure where you want to change your multiples, but just an IF statement... "PFLY" wrote: How can I round a cell up to the nearest multiple of 20, or 25? I want 53 to round up to 60 and 77 to round up to 100. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Round up or down to $X.X9 or up to $X.X5 | Excel Worksheet Functions | |||
round up #.#0 and #.#5 | New Users to Excel | |||
Round 1.45 down to 1.25 and 1.57 down to 1.50 | Excel Worksheet Functions | |||
How do I get a sum to round? | Excel Discussion (Misc queries) | |||
How do I ROUND() round off decimals of a column dataset? | Excel Worksheet Functions |