How to auto-populate a drop down cell based on drop down value in another cell

Lawiltshire

New Member
Joined
Oct 22, 2021
Messages
1
Office Version
  1. 2013
Platform
  1. Windows
Hello ,

I have tried looking for the solution to this but I can’t seem to find one.

I have a table where in column c you can select Yes or No

In column d there is a dependent drop down list linked to value of the cells in column c.

What I want to do is have cells in column D auto populate “Acceptable” when a cell in column C is “Yes”.

I.e. C1 = Yes so D1 autopopulates Acceptable from the drop down.

I have tried vlookup in column d but this keeps being removed when other options are selected.

Hoping someone can help :)

Thanks
 

Excel Facts

Can a formula spear through sheets?
Use =SUM(January:December!E7) to sum E7 on all of the sheets from January through December
In order to set the dependant list in column D, you will be setting the cell to validate the data based on the list. Therefore, you can't make this cell auto-populate with code as it's already functioning as a cell with data validation - as far as I know.

My way around this was to use Conditional Formatting to blank the cell off, and then introduce a new column in E with the auto-population if statement.
 
Upvote 0

Forum statistics

Threads
1,214,789
Messages
6,121,593
Members
449,038
Latest member
Arbind kumar

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