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.
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.