I have a sheet with existing data columns. Some data fields already have the data code in the adjacent cell but some don't. I have to find which data fields don't have values adjacent to them and place them there. For instance
Col A Col B
JO John
Smith
MA Mary
and so on.
I need to find all the Smiths (and other such data points) in the column and add the code "SM" in col A next to it.
I have another table which has all the Johns, Smiths and Marys, etc and their corresponding codes which we can use to fill in the blanks in this column.
Any ideas?
If my query is not clear please feel free to ask questions.
Thanks.
Col A Col B
JO John
Smith
MA Mary
and so on.
I need to find all the Smiths (and other such data points) in the column and add the code "SM" in col A next to it.
I have another table which has all the Johns, Smiths and Marys, etc and their corresponding codes which we can use to fill in the blanks in this column.
Any ideas?
If my query is not clear please feel free to ask questions.
Thanks.