Need Formula to capture all instances of text alone or with other text in a column

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?

Answers

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!