Drop-down lists dependent on selection from another drop-down list

amask

New Member
Joined
Sep 15, 2020
Messages
1
Office Version
  1. 365
Platform
  1. Windows
I have created a dependent drop-down list (four (4) of representing departments, Executive, Finance, Operations, and Developments) for a Purchase Order template, with each Department only seeing certain budget codes.

However, for Developments requisitions a further field is required called 'Cost Codes' which is a shortened code for the type of development expenditure being incurred, eg 'ARCHITEC' is for Architect requisitioned expenditure.

What I am trying to do is if the department Developments is selected from the drop-down list, the data-validation list of Cost Codes are shown in a separate cell but if any of other three (3) Departments are selected they are not.

Please see my attachment which should make my query clearer.

Is this possible??


Thanks,
 

Attachments

  • PO Snip.PNG
    PO Snip.PNG
    29.1 KB · Views: 17

Excel Facts

Best way to learn Power Query?
Read M is for (Data) Monkey book by Ken Puls and Miguel Escobar. It is the complete guide to Power Query.
Hi Amask,

I can't see rows/columns but it looks like your word "Development" is in about D6.
Insert a table of your Cost Codes and name it Development.
For your new LoV (E11?) set it as Data Validation, List with Source of =INDIRECT($D$6)

If D6 contains anything except "Development" it fails on the name so no options appear. If Development is in D6 it offers the entries for your table called Development.
 
Upvote 0

Forum statistics

Threads
1,215,042
Messages
6,122,810
Members
449,095
Latest member
m_smith_solihull

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