Currently using this formula to count all instances of a matching status with EBIT division. Sometimes EBIT is not the only division listed in the column. So a cell might have EBIT TBI. This formula works only if EBIT is alone.
=COUNTIFS({Status Phase}, [Primary Column]@row, {Sponsoring Division}, "EBIT")
I tried adding both CONTAINS and HAS in front of EBIT but both return invalid operations.
can anyone help?