In Excel, I\'m trying to do the following:
Where sheet1 column 1 = sheet2 column 2, return the value in sheet2 column D
The INDEX/MATCH function pair should look like this.
=INDEX(sheet2!D:D, MATCH(sheet1!A1, sheet2!B:B, 0))