Forum Discussion
Fcin144
Apr 06, 2024Copper Contributor
Identify if multiple values exist in one cell
I am trying to determine if an email address is for a client, or it is not. So, for example our company email addresses are @nbc.com or abc.com I would like to know if any incoming email are ...
SophieT
Apr 07, 2024Copper Contributor
Is the data in column A actual data? as in a value or is it a formula to populate the cell? if its not a value you will find it hard to get a formula to recognize the data - unless you put value at the front. eg. if(value(or(countif(a3,{"*nbc*","*abc*"})),"No","Yes")
Fcin144
Apr 07, 2024Copper Contributor
For Column A, it actual data, it is a value. It is not a formula.