mdonovan890

New Member
Joined
Dec 22, 2016
Messages
24
I have two tabs within my 2016 Excel workbook the first is called "Look up" and the second is "Return Value" . The formula I need would search the "Look up" Sheet and return "Test Preformed by" on the "Return Value" Sheet using the "Test ordered In" and "TEST #" as the criteria for the lookup. For example if on the "Return Value Sheet" in Column A I put in "Sacramento" and in Column B I put in "1002-IVS" the formula should return "NE". I have tried various index/match formulas and vlook/hlookup but have not had any luck.

2jc7iwz.jpg

2504a4x.jpg
 

Excel Facts

What do {} around a formula in the formula bar mean?
{Formula} means the formula was entered using Ctrl+Shift+Enter signifying an old-style array formula.
Try this. Change the K to the last Location column

=INDEX(Lookup!D:K,MATCH(B2,Lookup!B:B,0),MATCH(A2,Lookup!$D$1:$K$1,0))
 
Upvote 0

Forum statistics

Threads
1,215,417
Messages
6,124,791
Members
449,188
Latest member
Hoffk036

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top