Change the "false" to "future"?

  • Thread starter Thread starter BruceM
  • Start date Start date
B

BruceM

In formula,
Test if <>0 then do sum,
If it is in fact "0", then the result is "false",
Can I have it report "future" or even just "0" instead? How?
Do I need 2 "ifs"?

Thankyou.........
 
if(a1<>0,sum(x1:x99),"Future")

or maybe:

=if(sum(x1:x99)<>0,sum(x1:x99),"Future")
 

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