How would I write this as a formula?

  • Thread starter Thread starter Peter McCaul
  • Start date Start date
P

Peter McCaul

IF Sum of (O104:P104)*100 is greater than 0, then give me the answer to the
equation, otherwise leave the cell blank.

Any help is appreciated.

Thanks.
 
=if(sum(o104:p104)<=0,"",sum(o104:p104)*100)

(The cell looks empty, but contains the formula.)
 

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