Dropdown menu

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Is there a way to make a custom dropdown list for a column or group of cells?
 
Data Validation is the way to go, use it regularily.

Ensure that you list criteria of what must appear on the pull down is
somewhere on your sheet, I have yet to find a way where I can have a master
sheet with all my detail.
 
You can refer to another sheet if you use named ranges (Insert>Name>Define
Name...), or the INDIRECT function (INDIRECT("Sheet1!A1:A10))

--

HTH

RP
(remove nothere from the email address if mailing direct)
 
Sir Paul

Lists don't have to be on the sheet.

Have the lists on your Master sheet and give them Names from
Insert>Name>Define.

Use the Name in your DV source dialog box.

i.e. =MyList


Gord Dibben Excel MVP
 
WOW guys, thanks, this will make my sheets easier and with faster files too,
not so much detail to carry on each of my 20 sheets, in total I had 90 names
in three different lists per sheet,

thanks
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top