showing blank cells

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a spredsheet that uses formulas to calculate percentages. Info is
added throughout the month so some cells with formulas that have not yet been
used show -100%. These false numbers naturally go to the graph page. How
can I eliminate a calculation in unused cells where there is a formula that
doesn't yet have numbers to work with?
 
Steve K wrote...
I have a spredsheet that uses formulas to calculate percentages. Info is
added throughout the month so some cells with formulas that have not yet
been
used show -100%. These false numbers naturally go to the graph page. How
can I eliminate a calculation in unused cells where there is a formula
that
doesn't yet have numbers to work with?

Hi Steve K,

One way,

=If(your_formula=-100%,"", your_formula)

Regards,
Kevin
 

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