Roundup formula question

E

Ed S

I am trying to roundup a cell that already has a formula in it...

R2 SO

167 =OR/12*2 (The result is 27.8)

OR is 12 months of sales figures and SO is 2 months. How do I get 2 months of sales figures rounded up to the nearest number?



Thanks in advance
Ed
 
P

Pete_UK

Something like this:

=ROUNDUP(your_formula,0)

will round up to an integer.

Hope this helps.

Pete
 
E

Ed S

Thank you Pete. I thought I had tried that but I guess I didn't.

Something like this:

=ROUNDUP(your_formula,0)

will round up to an integer.

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