Hi team - I have a column formatted as a Contact List with multiple contacts per cell enabled:
In those cells are either full email addresses (ie: john.doe@email.com) or a Smartsheet contact (ie: John Doe).
I'm trying to do a COUNTIF formula that CONTAINS certain parts of the name so that it will look across both the full email address and contact list name to return a count. So if there are (2) john.doe@email.com and (3) John Doe contacts then it returns a count of 5.
This formula continues to return 0: =COUNTIF({Op Model EMG}, CONTAINS("Doe", @cell))
What am I missing?