View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Ron Coderre[_3_] Ron Coderre[_3_] is offline
external usenet poster
 
Posts: 60
Default ROUNDING UP TO NEAREST 9

Try this:
=CEILING(A1*3.5,10)-1

Does that help?

Regards,

Ron Coderre
Microsoft MVP (Excel)

"JUDY" wrote in message
...
I would like to multiply a number by 3.5 and then have it rounded up to
the
nearest 9. example a product cost 32.45 to get the comparitive price
32.45
times 3.5 =113.58 and then I would like it to round this number to
119.00,
Is ther a formula for that? I have used the =FLOOR(A1*B1,9) BUT IT TAKES
ME
TO THE NEXT MULTIPULE OF 9. ANY SUGGESTIONS?