Dependent drop down list for multiple cells


Dependent drop down list for multiple cells



i want to create a Dependent drop down list in excel and i have a small doubt in it.i have one main table and one dependent table,Main table have 6 choices and in that 6 only one choice need dependent drop down list,when i create the Dependent drop down list,it work for only one cell,but the choice may repeat may times and i need to select Dependent drop down when ever the choice selected in that coloumn.
I used formula for DDD list is =INDIRECT(SUBSTITUTE(B2," ","")),My doubt is how can i select B2 to B1200,and when ever my choice repeat, i need Dependent drop down list should come,Hope my Question has understandable .



I Have a table shown below



Booking confirmation
Booking update
Booking cancel
Loadlist/SE File
SLI Reviewed
Other updates
Cargo receipt
On board
Sailing schedule



and i have Dipendent table only for Other Update 6th one in above order



Vessel Rollouts
Loadlist revision
no update found



when i select Other update in main table for example A2 cell,i can manage to get Dependent Dropdown at B2
if i need the same in B5/B10,B12 like that, how can i proceed,All examples in internet showing only one entry
like example =INDIRECT(Aenter image description here3) or =INDIRECT(SUBSTITUTE(A3,” “,”_”))
my main question is,if i want the same to repeat in A5,A7,A8,A10 Then how can i proceed.





Not sure what you are trying to explain - you could show an image of what you want to achieve, but you could also search on here for existing solutions which might help you such as : stackoverflow.com/a/51090963/4961700
– Solar Mike
Jun 30 at 20:11





techrepublic.com/blog/microsoft-office/…
– JGFMK
Jul 1 at 11:20





Kindly advise..
– Mastan Shaik
2 days ago









By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.

Popular posts from this blog

C++ thread error: no type named ‘type’ MINGW

Decreasing a static image progress bar horizontally in SDL

How to input without newline? (Python)