creating name drop down menus

pogorelichfan

New Member
Joined
Jun 25, 2011
Messages
6
Hello everyone...

I have a column of cells that people are supposed to write a desription of an expense. Because many people are writing on this spreadsheet the answers are all different (often for the same thing).



I know there's a way in excel to generate some text and then create a drop down menu so that people simply select the appropraite description from a list of options. I think it has something to do with the name feature...can someone help with this question?


Thanks!
 

Excel Facts

Select a hidden cell
Somehide hide payroll data in column G? Press F5. Type G1. Enter. Look in formula bar while you arrow down through G.
VoG is right, it's in Data Validation.

For the Validation Criteria you have to select "List" from the dropdown menu. You'll then have to specify a range that has the values to populate the list with.
 
Upvote 0
Peter you are brillant!

This works fine - one question - once you've assigned a fruitlist for example, it doesn't seem to like letting you edit the list - how do you add items to your list and ensure the name assigned includes the new items/edited ones?
 
Upvote 0
pogorelichfan, you can add a formula that refrences the list.


Try:

=offset($A$2,0,0,counta($A:$A)-1,1)

This will select everything in column A even if you add something to it later to your validation list except for the column header.
 
Upvote 0
You need to go into the Name Manager to do that. In Excel 2007 and later that is on the Formulas tab.
 
Upvote 0

Forum statistics

Threads
1,224,517
Messages
6,179,240
Members
452,898
Latest member
Capolavoro009

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