Forum Discussion
Razaning
3 years agoFrequent Visitor
Summing columns with condition
Hey y'all! I'm trying to sum columns with a conidion, where the value <> 4 I tried to do the following but I didn't succeed: ((Column A <> 4) + (Column B <> 4) + (Column C <> 4))/10 Any i...