Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I want to take a dollar amount and round it up to the nearest nickel.
|
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=ceiling(a1,.05)
is one way. Melanie wrote: I want to take a dollar amount and round it up to the nearest nickel. -- Dave Peterson |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=ROUNDUP(A1/0.05,0)*0.05
"Melanie" wrote: I want to take a dollar amount and round it up to the nearest nickel. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do you round up to nearest 10??? | Excel Discussion (Misc queries) | |||
How do I round to the nearest 5? | Excel Worksheet Functions | |||
Can a formula be set up to round to the nearest nickel? | Excel Discussion (Misc queries) | |||
round to the nearest 1/8 | Excel Discussion (Misc queries) | |||
Rounding up to the nearest nickel | Excel Discussion (Misc queries) |