View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
JE McGimpsey JE McGimpsey is offline
external usenet poster
 
Posts: 4,624
Default How do i set up a dropdown listbox of values in a column of cells

Take a look at Data/Validation in XL Help (the "About setting
restrictions on cells and displaying input and error messages" topic,
specifically using lists).

See http://www.contextures.com/xlDataVal01.html for more


In article ,
TheRulie wrote:

I'm trying to create a drop down list box in my excel sheet that is populated
by a list of values. For each cell in the column I want this drop down to
appear.

It's effectively a pick list ..

Any ideas on how to do this?

Thanks