Data validation dropdown based on another cell value

Anupam9

New Member
Joined
Jun 5, 2021
Messages
14
Office Version
  1. 2013
Platform
  1. Windows
Hello,
I am trying to add a dropdown list in cell F5 which should be based on selection of cell B5. I am attaching the sheet here, in sheet 2 i have added the data which should comeup as list in F5 by selecting each type. I have added formula in data validation as list however it is not taking bigger formulas due to space in data validation field. I am attaching file link here. Box
Please assist, thank you
 

Excel Facts

Get help while writing formula
Click the italics "fx" icon to the left of the formula bar to open the Functions Arguments dialog. Help is displayed for each argument.
Hi,

Try this:
  1. open data validation in Cell F5;
  2. choose list
  3. add this as the formula
    Excel Formula:
    =INDEX(Sheet2!$A$2:$T$6,0,MATCH(Sheet1!$B$5,Sheet2!$A$1:$T$1,0))
 
Upvote 0
Solution

Forum statistics

Threads
1,214,944
Messages
6,122,391
Members
449,080
Latest member
Armadillos

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