Round up this formula

J

Jim

Hello,

Will someone help me with this? I need to change this formula so it will
round up to the next whole number:

=IF(ISERROR(G48*C49),"",IF(G48*C49=0,"",G48*C49))

Thanks for the help.
 
J

Jim

Mike,

this did not work. I tried chanding it up a little with no success. Any
other thoughts?

Thanks
Jim
 
T

Tammyp

This formula should work

=round(IF(ISERROR(G48*C49),"",IF(G48*C49=0,"",ROUNDUP(G48*C49,0))),0)
 

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