making a non-validation list

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

Guest

OK I need an in-cell drop down (or even a combo box would do...) with values
populated from another workbook that resides on a public server.

Using validation only lets me have an in-cell drop down list with values
populated from a range of cells on the same sheet in the same workbook.

Basically, what I'm doing is my users will have the sheet with the in-cell
drop down list and I want to dynamically control what they see in their drop
down list. I can dynamically control a VLOOKUP using this method but not
their lookup value for the VLOOKUP.
 
You can use a named range or the INDIRECT function
(=INDIRECT("Sheet8!A1:A10")) to refer to a range on another sheet.

--

HTH

RP
(remove nothere from the email address if mailing direct)
 
tjb,

Use formulas to pull the list onto the same sheet, and use the range with
the formulas as your validation list.

HTH,
Bernie
MS Excel MVP
 
Sorry, it works with another worksheet, but not another, closed workbook.

--

HTH

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

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