Excel 97 Calculation Help

J

JE McGimpsey

One way:

D11: =IF(AND(C11=0,B11=0),0,C11-B11-14)

E11 takes care of itself - if C11=0 and B11=0, then D11=0, and
C11-B11-D11 = 0.
 
B

Bob

Using Excel 97. Trying to take "=(C11-B11)-14" into field D11. However, if
C11 and B11 = 0, then I want a 0 in cell D11.

Also,trying to take "=(C11-B11)-D11" into field E11. However, if C11 and B11
= 0, then I want a 0 in cell E11.

Please help.
 
B

Bob

Thank you, Thank you, Thank you.

JE McGimpsey said:
One way:

D11: =IF(AND(C11=0,B11=0),0,C11-B11-14)

E11 takes care of itself - if C11=0 and B11=0, then D11=0, and
C11-B11-D11 = 0.
 
Top