Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
I need to be able to take various dollar amounts and round the change up to
..95 automatically. Is there a way to do this? |
#2
![]() |
|||
|
|||
![]()
=int(A1)+0.95
"naclu" wrote in message ... I need to be able to take various dollar amounts and round the change up to .95 automatically. Is there a way to do this? |
#3
![]() |
|||
|
|||
![]()
=IF(A1-INT(A1)0.95,INT(A1)+1.95,INT(A1)+0.95)
"naclu" wrote in message ... I need to be able to take various dollar amounts and round the change up to .95 automatically. Is there a way to do this? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I override fixed decimal place settings in EXcel 2003? | Excel Worksheet Functions | |||
how do i make a date change automatically if i change one before . | Excel Discussion (Misc queries) | |||
decimal point override does not work | Excel Discussion (Misc queries) | |||
Worksheet Row Change event | Excel Discussion (Misc queries) | |||
sumproduct to add total amounts for the month | Excel Worksheet Functions |