C
confused!!
FIRST scenario:
I have three columns of data. Column A and B are similar with two
exceptions (i)column A is preceeded by two more identifying characters than
in column B (ii) Column B is a partial listing of column A. Column C has a
complete listing of Full names that needs to be matched with the partial list
in column B.
Example:
Column A Column B Column C
CLMoton Moton Cleveland
objective is to match Moton to Cleveland based on column A.
My thought was to search by a "LIKE" function or macro. is there such a
thing?
I have three columns of data. Column A and B are similar with two
exceptions (i)column A is preceeded by two more identifying characters than
in column B (ii) Column B is a partial listing of column A. Column C has a
complete listing of Full names that needs to be matched with the partial list
in column B.
Example:
Column A Column B Column C
CLMoton Moton Cleveland
objective is to match Moton to Cleveland based on column A.
My thought was to search by a "LIKE" function or macro. is there such a
thing?