#1   Report Post  
Henk
 
Posts: n/a
Default Data validation

In data validation I'm trying to refer to a list in a different sheet but I
didnt work. I have followed the help function in Microsoft but I keep getting
the message that in data validation you cannot refer to a list in a different
workbook.
  #2   Report Post  
Jasper
 
Posts: n/a
Default

Hey Henk (Sounds dutch to me),

it is very hard if not impossible to use a validation list with data from
other work sheets.

If it is somehow possible you should try to get the information in the same
sheet as the validationlist.

I myself use =IF('Sheet1'!A17="";"";'Sheet1'!A17) copy it till row 3000
somthing, and then hide the collum.

Works almost perfect.

Additional information can be required using a VLOOK option
=VLOOKUP(D17;'Sheet1'!A17:L41;8;FALSE)

Have fun, Groeten

Jasper

  #3   Report Post  
RagDyeR
 
Posts: n/a
Default


Debra Dalgleish's web site explains how to easily accomplish this:

http://www.contextures.com/xlDataVal05.html
--

HTH,

RD
==============================================
Please keep all correspondence within the Group, so all may benefit!
==============================================

"Henk" wrote in message
...
In data validation I'm trying to refer to a list in a different sheet but I
didnt work. I have followed the help function in Microsoft but I keep
getting
the message that in data validation you cannot refer to a list in a
different
workbook.


  #4   Report Post  
Henk
 
Posts: n/a
Default

Thanks a lot. This has been very helpfull!

"RagDyeR" wrote:


Debra Dalgleish's web site explains how to easily accomplish this:

http://www.contextures.com/xlDataVal05.html
--

HTH,

RD
==============================================
Please keep all correspondence within the Group, so all may benefit!
==============================================

"Henk" wrote in message
...
In data validation I'm trying to refer to a list in a different sheet but I
didnt work. I have followed the help function in Microsoft but I keep
getting
the message that in data validation you cannot refer to a list in a
different
workbook.



  #5   Report Post  
Arvi Laanemets
 
Posts: n/a
Default

Hi

Let you have a list on Sheet2 in range A1:A10. Create a named range MyList
(select the range with list, and then from menu Insert.Name.Define - type in
the range name.
On p.e. Sheet1, select the range/cell you want to use the validation list.
Set the list source as:
=MyList

(Next step will be making the named range dynamic - so your validation list
will be updated whenever you add or remove items in your list)


--
When sending mail, use address arvil<attarkon.ee
Arvi Laanemets


"Henk" wrote in message
...
In data validation I'm trying to refer to a list in a different sheet but

I
didnt work. I have followed the help function in Microsoft but I keep

getting
the message that in data validation you cannot refer to a list in a

different
workbook.





  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 447
Default Data validation

For the future reference of anyone seeking a solution to the same problem,
check the file name of the worksheet which contains your list. If it contains
a space, that is likely your problem.

I had the exact same error message as Henk, but when I changed my file name
from "Telecom Staff List.xls" to "Telecom_Staff_List.xls" it worked.

"Henk" wrote:

In data validation I'm trying to refer to a list in a different sheet but I
didnt work. I have followed the help function in Microsoft but I keep getting
the message that in data validation you cannot refer to a list in a different
workbook.

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
Pulling data from 1 sheet to another Dave1155 Excel Worksheet Functions 1 January 12th 05 05:55 PM
Data Validation Window? Ken Excel Discussion (Misc queries) 1 January 11th 05 10:48 PM
Using Validation List from Another Workbook with Dependent Data Mike R. Excel Worksheet Functions 5 January 8th 05 07:06 PM
Excel2K: Is it possible to use dynamic named ranges in custom data validation formula? Arvi Laanemets Excel Discussion (Misc queries) 0 December 2nd 04 11:29 AM
data validation on sth else [email protected] Excel Worksheet Functions 1 November 3rd 04 01:52 PM


All times are GMT +1. The time now is 01:46 PM.

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"