Forum Discussion
AG91983
May 16, 2022Copper Contributor
Vlookup to multiple columns
Hello! I was wondering if there was a formula to do a vlookup referencing 2 different columns? In the below example I have 2 tabs of data; on tab 1 I want to do a vlookup based off of column C h...
SergeiBaklan
May 16, 2022Diamond Contributor
Slightly modified
=INDEX($J$4:$J$9, MATCH(1, INDEX( ($C4=$H$4:$H$9) + ($C4=$I$4:$I$9), 0), 0 ) )
(no CSE)