I have 2 columns of data with multiple rows
Column A
Row 1 - EE spouse
Column B
Row 1 - Employee Spouse
I want in Column C Row 1 to have the match formula say True or Yes even though the data is only a close match. I want to use a wildcard so the formula is like this:
in Column C
Row 1 =if(A1=*b1,"yes","no")
I want this comparison to happen row by row in column C, I don't want to conditional format Column A to equal Column B because i import the data from different systems.
Column A
Row 1 - EE spouse
Column B
Row 1 - Employee Spouse
I want in Column C Row 1 to have the match formula say True or Yes even though the data is only a close match. I want to use a wildcard so the formula is like this:
in Column C
Row 1 =if(A1=*b1,"yes","no")
I want this comparison to happen row by row in column C, I don't want to conditional format Column A to equal Column B because i import the data from different systems.