M
Maureen
I'm trying obtain a blank cell with an IF statement based
on the formula B6-SUM(B9;B11;B13;B15;B17):
1. if B6 contains a reference which returns a blank if the
referenced cell is blank
and
2. if B6-SUM(B9;B11;B13;B15;B17) returns a 0.
I've resolved item 2 this way:
=IF(D6-SUM(D9;D11;D13;D15;D17)=0;"";D6-SUM
(D9;D11;D13;D15;D17))
but everything I've tried for item 1 returns an error
message.
If anyone can help, thanks.
on the formula B6-SUM(B9;B11;B13;B15;B17):
1. if B6 contains a reference which returns a blank if the
referenced cell is blank
and
2. if B6-SUM(B9;B11;B13;B15;B17) returns a 0.
I've resolved item 2 this way:
=IF(D6-SUM(D9;D11;D13;D15;D17)=0;"";D6-SUM
(D9;D11;D13;D15;D17))
but everything I've tried for item 1 returns an error
message.
If anyone can help, thanks.