Hi,
I have two sheets. I want to do 2 vlookups or anything similar from 1 sheet to the other.
ex:
if sheet1.colA and sheet1.colE = sheet2.colA and sheet2.colD
do something (both need to be true in order to do something)
else
don t do anything
I know I could add a column in both sheets and do a concatenation and then make a vlookup on that column but I was wondering if there was a way to do it in 2 different cells without having to add a column?
I have two sheets. I want to do 2 vlookups or anything similar from 1 sheet to the other.
ex:
if sheet1.colA and sheet1.colE = sheet2.colA and sheet2.colD
do something (both need to be true in order to do something)
else
don t do anything
I know I could add a column in both sheets and do a concatenation and then make a vlookup on that column but I was wondering if there was a way to do it in 2 different cells without having to add a column?