Rounding Formula - Excel

D

Denise

Does anyone know how to build a formula that rounds
numbers to the nearest $.50? For example: If the number
was $42.26 it would round to $42.50, but if it were $42.24
it would round to $42.00.
 
D

Dan E

Denise,

=ROUND(C7*1/50,2)*50

Or if you have the analysis toolpack installed (Tools ->
Add-ins)

=MROUND(C7,0.5)

Dan E
 

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