Hi,
I have two different lists and I need to isolate the adjacent columns for similar values between the lists. For example, I need to compare column1 and columnX find the similar values and also isolate the column2 values associated with column1.
column1: column2: columnX:
steve $400 steve
henry $300 henry
frank $300 frank
joe $0 joe
any advice?
Thanks!
I have two different lists and I need to isolate the adjacent columns for similar values between the lists. For example, I need to compare column1 and columnX find the similar values and also isolate the column2 values associated with column1.
column1: column2: columnX:
steve $400 steve
henry $300 henry
frank $300 frank
joe $0 joe
any advice?
Thanks!