how do I add a drop-down menu to a pre-populated cell?

Advice Pro

New Member
Joined
Mar 27, 2009
Messages
3
I know how to create a drop-down menu for a blank cell, but how about for a filled one? E.g. I Could you have a cell pre-populated with the word PC and I do want to make a drop-down menu of companies like Hewlett-Packard, Dell, Gateway, etc.

Is it possible to extract the contents of a drop-down menu?
 

Excel Facts

Format cells as time
Select range and press Ctrl+Shift+2 to format cells as time. (Shift 2 is the @ sign).
Sounds like you're talking about data validation.

You can preselect the value of a validation list like in your example your data validation 'list' field would read

Code:
PC, HP, Dell, Gateway

you can actually go the other way around - create a content list somewhere and make it named range and reference it in your validation list

=PCs

for example.

does that help?
 
Upvote 0

Forum statistics

Threads
1,214,944
Messages
6,122,392
Members
449,081
Latest member
JAMES KECULAH

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