Formula to enter to round an Excel value up to the next $0.5?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

If I have a value of $10 and add 10% by dividing by 0.90, I get $11.11 which
I would like to round up to the nearest $0.5, i.e. $11.15.

Does anybody know the formula and can you use it on a result which is also a
formula?

Thanks,

Lee
 
Lee said:
If I have a value of $10 and add 10% by dividing by 0.90,
I get $11.11 which I would like to round up to the
nearest $0.5, i.e. $11.15.

From your example, I presume you mean "nearest $0.05"
(nickel).
Does anybody know the formula and can you use it on a
result which is also a formula?

If you truly mean "round up", as your example might suggest:

=CEILING(A1, 0.05)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top