Rounding to nearest 5 cents in excel

G

Guest

Can anyone provide me with a formula that can round a price to the nearest 5
cents? for example 11.33 would be 11.35 11.36 would be 11.35 11.38 would be
11.40. So the price would always end in a '5' or a '0'.
 
G

Guest

usnst said:
Can anyone provide me with a formula that can round
a price to the nearest 5 cents? for example 11.33 would
be 11.35 11.36 would be 11.35 11.38 would be
11.40. So the price would always end in a '5' or a '0'.

.... and 11.32 would be 11.30? Or do you really want to
always round up?

For rounding (not round up):

=MROUND(A1, 0.05)

where A1 is the price. If that results in a #NAME? error,
look at the MROUND Help text to see how to "install" the
Analysis ToolPak.
 

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

Top