Data Validation List inside a Index Match

rcb007

Board Regular
Joined
Nov 12, 2020
Messages
90
Office Version
  1. 365
Platform
  1. Windows
I am trying to figure out how to compile a Index and Match with a drop down List.

In the formula I am looking at A20. Then to go to Sheet2 and find Column B to match A20, then go to Column E. I would look Column E to look for a Range List from $FX20:$GI20.

Not sure how to combine them together to work. I usually get an error.

Excel Formula:
=(INDEX('Sheet2'!$E$20:$E$1000,MATCH(A20,'Sheet2'!$B$20:$B$1000,0)))

Excel Formula:
=(INDEX('Sheet2'!$E$20:$E$1000,MATCH(A20,'Sheet2'!$FX20:$GI20,0)))

Thanks for the help
 

Excel Facts

Excel motto
Not everything I do at work revolves around Excel. Only the fun parts.
I can't make any sense of what you're asking but as you mention data validation and drop downs I'm going to assume that you're trying to create dependent lists.

The link below is the best guide that I have found for dependent lists, hopefully it will provide you with what you need.

 
Upvote 0

Forum statistics

Threads
1,215,001
Messages
6,122,648
Members
449,092
Latest member
peppernaut

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