Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
I need to take the (variable) cost price times 1.67 (fixed) and then have the
result round (up or down) to the nearest 9th. Example cost 1.27 x 1.67 = 2.1209 rounded result = 2.09 Please Help! Thanks! |
#2
![]() |
|||
|
|||
![]()
One way:
=CEILING(A1*1.67,0.1) - 0.01 Note, I assumed you wanted it rounded up to the nearest dollar amount ending in 0.x9, not the nearest 9th. In article , "Heather Gilroy" <Heather wrote: I need to take the (variable) cost price times 1.67 (fixed) and then have the result round (up or down) to the nearest 9th. Example cost 1.27 x 1.67 = 2.1209 rounded result = 2.09 Please Help! Thanks! |
#3
![]() |
|||
|
|||
![]()
Is this any good
=ROUND(ROUND(A1*11,0)/11,2) -- HTH RP (remove nothere from the email address if mailing direct) "Heather Gilroy" <Heather wrote in message ... I need to take the (variable) cost price times 1.67 (fixed) and then have the result round (up or down) to the nearest 9th. Example cost 1.27 x 1.67 = 2.1209 rounded result = 2.09 Please Help! Thanks! |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
ROUNDUP IN 0.2 INCREMENTS | Excel Worksheet Functions | |||
Entering multiple formulas in one cell | Excel Worksheet Functions | |||
Rounding a number to a multiple quantity that adds to a fixed total number | Excel Worksheet Functions |