M
Mathew
Hello all,
I am trying to create a formula that will return a truely
blank cell if the denominator cell is blank. The results
of the formula are feeding an excel chart. And because
the "" returns a text field the chart thinks that the
value is zero. But if i could come up with a formula that
returned a truely blank field the resulting Excel chart
would skip the blanks. I am using Excel 2000. Below is
what i have to this point. Any help would be greatly
appreciated!
Thanks
Mathew Doyle
=IF(ISERROR(B3/C3),"",B3/C3)
I am trying to create a formula that will return a truely
blank cell if the denominator cell is blank. The results
of the formula are feeding an excel chart. And because
the "" returns a text field the chart thinks that the
value is zero. But if i could come up with a formula that
returned a truely blank field the resulting Excel chart
would skip the blanks. I am using Excel 2000. Below is
what i have to this point. Any help would be greatly
appreciated!
Thanks
Mathew Doyle
=IF(ISERROR(B3/C3),"",B3/C3)