Hi
I am trying to put a formula together that will return blank if the value is zero based on 2 criterion.. example
=COUNTIFS({Range 4}, ="Food & Beverage", {Range 3}, ="Unqualified" > 0 "")
So basically if the value of unqualified is zero, I want the cell to be blank.. any tips?