Round up to next .5

L

LKP

I am trying to find a formula that will round a number up to the next .5. I
have tried MROUND which gets it to a number that ends in .5, but doesn't
round it up. Does anyone know how to do this?
 
G

Glenn

LKP said:
I am trying to find a formula that will round a number up to the next .5. I
have tried MROUND which gets it to a number that ends in .5, but doesn't
round it up. Does anyone know how to do this?

=CEILING(A1,0.5)
 

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