P
Peter Gasparik
Hi,
Could you please help my create a loop which will compare each value in
column A one by one with whole column B whether it contain value in column B
and if yes the it picks up value from column C and put it to column D.
Please see example.
Please note the search must be able to find value which is included in
string of the text like Peter must be finding in PeterIsGood.
Example:
A B C D
Peter PeterIsGood T1 T1
Martin Test T2 N/A
John Cool T3 N/A
Oscar PeterIsGood T4 T1
Tom Tomknowall T5 T5
Joseph Summer T6 N/A
Many thanks,
Peter.
Could you please help my create a loop which will compare each value in
column A one by one with whole column B whether it contain value in column B
and if yes the it picks up value from column C and put it to column D.
Please see example.
Please note the search must be able to find value which is included in
string of the text like Peter must be finding in PeterIsGood.
Example:
A B C D
Peter PeterIsGood T1 T1
Martin Test T2 N/A
John Cool T3 N/A
Oscar PeterIsGood T4 T1
Tom Tomknowall T5 T5
Joseph Summer T6 N/A
Many thanks,
Peter.