Result from multiple lookup values

mgerving

New Member
Joined
Mar 18, 2010
Messages
35
Office Version
  1. 365
Platform
  1. Windows
I have a list of multiple rows of data that I need to generate a result based on the selection of 2 cells.
The data on the left is a portion of the data. On the right is the selection options, the FEEDER and TYPE choices are dropdown lists of the FEEDER list on the left.
If I select 3W300AL and EMT on the right table the result in SIZE should be 2.5, if I select IMC it should be 3, if I select LT it should be 3, etc.
I have tried nested XLOOKUPs, INDEX/MATCH and can't seem to get the result I want.
lookup.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.
What version of Excel are you using?

I suggest that you update your Account details (or click your user name at the top right of the forum) so helpers always know what Excel version(s) & platform(s) you are using as the best solution often varies by version. (Don’t forget to scroll down & ‘Save’)

How about
Excel Formula:
=index(b32:f35,match(h32,a32:a35,0),match(i32,b31:f31,0))
 
Upvote 0
Solution
Worked perfect, just overthinking it.
I did update my profile and thanks for the help!
 
Upvote 0
You're welcome & thanks for the feedback.
 
Upvote 0

Forum statistics

Threads
1,221,526
Messages
6,160,340
Members
451,637
Latest member
hvp2262

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