Forum Discussion
GwenH
Mar 18, 2022Copper Contributor
Comparing two columns in two different excel spreadsheets
I am trying to compare columns from two different sheets in two columns that matches to get a value from a 3rd column on the first sheet. Example, Sheet 1 has Column D and E and I want to search S...
OliverScheurich
Mar 18, 2022Gold Contributor
=INDEX(Sheet2!$H$1:$H$25,MATCH(Sheet1!D1&Sheet1!E1,(Sheet2!$F$1:$F$25&Sheet2!$G$1:$G$25),0))
Maybe like in the attached file.