Firstly, I must admit that I am embarrased that I need to ask this question.
I have a column where each cell has a different text. In the adjacent column I would like to indicate if the column contains a specific string.
ie. Does column 'A' contain the string 'ic'
A B
Rick Y
Tim N
Mickey Y
Jeff N
I am currently using the following function in the column 'B'
=If(A1="*ic*", "Y", "N")
I know how to do this using a module, however I would like to simply enter the function in the cell. Any help would be much appreaciated.
Thanks in advance.
- Jeff
I have a column where each cell has a different text. In the adjacent column I would like to indicate if the column contains a specific string.
ie. Does column 'A' contain the string 'ic'
A B
Rick Y
Tim N
Mickey Y
Jeff N
I am currently using the following function in the column 'B'
=If(A1="*ic*", "Y", "N")
I know how to do this using a module, however I would like to simply enter the function in the cell. Any help would be much appreaciated.
Thanks in advance.
- Jeff