i have 2 columns of data
abc lmn
def opw
ghi rst
xyz abc
in a third column i want to see if an item in col 1 is in col 2, and if it is, say TRUE
for example
abc lmn TRUE
def opw FALSE
ghi rst FALSE
xyz abc FALSE
what is the best way to go about this?
abc lmn
def opw
ghi rst
xyz abc
in a third column i want to see if an item in col 1 is in col 2, and if it is, say TRUE
for example
abc lmn TRUE
def opw FALSE
ghi rst FALSE
xyz abc FALSE
what is the best way to go about this?