Hey All:
Not sure the best way to go about this. I started with how I would write a two way lookup, with index and match.
=INDEX(Sheet1!B3:D5,MATCH(A3,Sheet1!B2:D2,1),MATCH(D2,Sheet1!A3:A5,1))
Would it be possible to expand this if my data had another column identifier? Let's say Sheet1 (data) now has last names in row 1 and I now have two Bob. Can I expand this formula to lookup both Bob and Last name as well as the year?
View attachment 104072View attachment 104075
Not sure the best way to go about this. I started with how I would write a two way lookup, with index and match.
=INDEX(Sheet1!B3:D5,MATCH(A3,Sheet1!B2:D2,1),MATCH(D2,Sheet1!A3:A5,1))
Would it be possible to expand this if my data had another column identifier? Let's say Sheet1 (data) now has last names in row 1 and I now have two Bob. Can I expand this formula to lookup both Bob and Last name as well as the year?
View attachment 104072View attachment 104075