Data Validation Auto Select

AllanSull

Board Regular
Joined
Oct 21, 2013
Messages
105
Is there a way to automatically populate a dropdown if that dropdown only has 1 option to select from?

Mlcbqi.png


So when option 1 is selected, in this example "Yes", the only available value in Option 2 is also "Yes", so instead of making a user select this can it be automatically selected?
 

Excel Facts

When did Power Query debut in Excel?
Although it was an add-in in Excel 2010 & Excel 2013, Power Query became a part of Excel in 2016, in Data, Get & Transform Data.
Sure, just put an IF function in the cell. As long as the outputs don't conflict with the data validation you're golden. Try something like this: =IF(C2="Yes","Yes","")
 
Upvote 0
It won't allow me to use a formula in the cell, I get the error message "A user has restricted values that can be entered into this cell".
 
Upvote 0
What version of Excel are you using? I was able to do this in Excel 2007. Can you show me the exact formula you input? Are you using the List Data Validation option?
 
Upvote 0

Forum statistics

Threads
1,214,561
Messages
6,120,242
Members
448,951
Latest member
jennlynn

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