I have a formula to count based on multiple criteria which works correctly.
=COUNTIFS([Change Originator Link]:[Change Originator Link], [Change Originator]@row, [DCO Status]:[DCO Status], NOT(OR(@cell = "Implemented", @cell = "Cancel")))
However, if the Change Originator (column name) for that row is blank, I would like the formula to return a blank. How do I add that to this formula?
