Hello,
I am trying to write an IF function with two conditions, SUM(C2+D2+E2+G2)>0 and SUM(B2+F2+H2+I2+J2+K2+L2)=0. So only if certain fields are filled in and others are 0 I want it to return a value.
I have this so far but it does not seem to work properly =IF(AND(SUM(C2+D2+E2+G2)>0), (SUM(B2+F2+H2+I2+J2+K2+L2)=0), "BAD") . Can anyone help with this? Not sure what I am doing wrong.
Thanks!
I am trying to write an IF function with two conditions, SUM(C2+D2+E2+G2)>0 and SUM(B2+F2+H2+I2+J2+K2+L2)=0. So only if certain fields are filled in and others are 0 I want it to return a value.
I have this so far but it does not seem to work properly =IF(AND(SUM(C2+D2+E2+G2)>0), (SUM(B2+F2+H2+I2+J2+K2+L2)=0), "BAD") . Can anyone help with this? Not sure what I am doing wrong.
Thanks!