Formula to round up

  • Thread starter Thread starter Doug
  • Start date Start date
D

Doug

I need to round up to the nearest 1/4 dollar. If it was
$1.03 I need it to say $1.25 and if were $1.66 then it
would need to be $1.75 and so on. I just can't get the
ROUNDUP funtion to give me what I need. Any ideas.
 
Assuming your number is in cell A1, try this

=CEILING(A1,.25

t

----- Doug wrote: ----

I need to round up to the nearest 1/4 dollar. If it was
$1.03 I need it to say $1.25 and if were $1.66 then it
would need to be $1.75 and so on. I just can't get the
ROUNDUP funtion to give me what I need. Any ideas
 

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