For example, the value in column 4 row 2 is "xxxxx_email address=test@test.com_xxxxx"
The value in column 2 row 2 is "test@test.com"
I need a formula that checks if column 4 row 2 contains "email address=test@test.com" by crosschecking the value in column 2 row 2 and using the text string "email address="
I have it worked out in Excel using a COUNTIF statement, but it does not seem to translate well into Smartsheet.