Ok, I usually can figure out most issues on my own but I am stuck on this. I am able to do this on a single sheet but when I reference another sheet in the workbook it does not.
=INDEX(A3:E31,MATCH(B1&C1,A3:A31&B3:B31,0),3)
Using this formula in the data sheet I get the result I want. The issue is I want to use this in a master sheet. The master sheet will have 2 fields the user can type in a search field, Those search fields are A6 and B3. based on those 2 fields, the function will display the 3rd column. What am I missing?
The data sheet is Shelter Team Data so I tried the below. The data sheet is a table of 6 columns with the 1st two being the reference items and the next 4 my results.
=INDEX('Shelter Team Data'!A3:E31, MATCH(A6&B3,'Shelter Team Data'!B8:B36&'Shelter Team Data'!C8:C36,0), 3)
=INDEX(A3:E31,MATCH(B1&C1,A3:A31&B3:B31,0),3)
Using this formula in the data sheet I get the result I want. The issue is I want to use this in a master sheet. The master sheet will have 2 fields the user can type in a search field, Those search fields are A6 and B3. based on those 2 fields, the function will display the 3rd column. What am I missing?
The data sheet is Shelter Team Data so I tried the below. The data sheet is a table of 6 columns with the 1st two being the reference items and the next 4 my results.
=INDEX('Shelter Team Data'!A3:E31, MATCH(A6&B3,'Shelter Team Data'!B8:B36&'Shelter Team Data'!C8:C36,0), 3)