G
Guest
I need help with a formula that says if Column K = A and Column B does not equal Open than Sum Col G
This is what I hav
=SUM(IF($K$2:$K$123="A",IF($B$2:$B$123<>"open",G2:G123
If I change the <> signs to =, it sums correctly. However using the <> brings a value of 0. What am I doing wrong? Thank
This is what I hav
=SUM(IF($K$2:$K$123="A",IF($B$2:$B$123<>"open",G2:G123
If I change the <> signs to =, it sums correctly. However using the <> brings a value of 0. What am I doing wrong? Thank