Formula help

A

Aaron

I am looking for a way to round up a number if the decimal number is greater
than .25. I looked at the ROUND and CEILING functions but can't seem to put
a IF THEN statement on it.

For example:

2.25 would round down to 2
2.26 would round up to 3
2.31 would round up to 3
2.15 would round down to 2.

Any help would be greatly appreciated.

Aaron
 
P

Pete_UK

Try this:

=ROUND(A1+0.249999,0)

and copy down, assuming your data starts in A1.

Hope this helps.

Pete
 
A

Aaron

Perfect. Works like a charm. Thank you

Aaron


Try this:

=ROUND(A1+0.249999,0)

and copy down, assuming your data starts in A1.

Hope this helps.

Pete
 

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