Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
tjb
 
Posts: n/a
Default making a non-validation list

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.
  #2   Report Post  
Bob Phillips
 
Posts: n/a
Default

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" wrote in message
...
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.



  #3   Report Post  
Bernie Deitrick
 
Posts: n/a
Default

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

"tjb" wrote in message
...
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.



  #4   Report Post  
tjb
 
Posts: n/a
Default

I'm trying to get this to work but it's not going through. The range is
located on a sheet in a workbook located on a SharePoint server that will be
accessed by all of my users. So the code I have in the validation looks
something like this:

=INDIRECT("http://sharepoint/Payroll/interim_data/interim_data.xls'!A1:A100")

"Bob Phillips" wrote:

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" wrote in message
...
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.




  #5   Report Post  
Bob Phillips
 
Posts: n/a
Default

Sorry, it works with another worksheet, but not another, closed workbook.

--

HTH

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


"tjb" wrote in message
...
I'm trying to get this to work but it's not going through. The range is
located on a sheet in a workbook located on a SharePoint server that will

be
accessed by all of my users. So the code I have in the validation looks
something like this:


=INDIRECT("http://sharepoint/Payroll/interim_data/interim_data.xls'!A1:A100"
)

"Bob Phillips" wrote:

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" wrote in message
...
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.






Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Auto scroll down data validation list [email protected] Excel Discussion (Misc queries) 4 January 28th 05 06:44 PM
Data Validation List =Name Pitbull Excel Discussion (Misc queries) 3 December 30th 04 06:43 PM
list validation using list validation... Patrick G Excel Worksheet Functions 1 December 21st 04 12:37 AM
Validation list behaving strangely in 2003 Danny J Excel Worksheet Functions 2 December 8th 04 08:00 AM
Validation - List - Separate Worksheet J. Osborne Excel Worksheet Functions 1 October 28th 04 04:23 PM


All times are GMT +1. The time now is 07:27 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"