Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi,
In Excel 2007... Is there any way I can use a column in a Named Table as my data validation list without specifying the range. For example I have a table named MyTest of ID/Name. I want to display the Name column as my data validation list. Any time I try using my source as =MyTest[Id] in the DataValidation List Source I get an error. I want to find a way to do this without specifying the given range within my table because my tables might use different start range cells. Thanks, Keith |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi Keith
In Name Manager create a new name called myList with a reference of =MyTest[Id] In DV, use List, Source myList -- Regards Roger Govier "keith" wrote in message ... Hi, In Excel 2007... Is there any way I can use a column in a Named Table as my data validation list without specifying the range. For example I have a table named MyTest of ID/Name. I want to display the Name column as my data validation list. Any time I try using my source as =MyTest[Id] in the DataValidation List Source I get an error. I want to find a way to do this without specifying the given range within my table because my tables might use different start range cells. Thanks, Keith |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
That works great. Thanks.
Keith "Roger Govier" wrote: Hi Keith In Name Manager create a new name called myList with a reference of =MyTest[Id] In DV, use List, Source myList -- Regards Roger Govier "keith" wrote in message ... Hi, In Excel 2007... Is there any way I can use a column in a Named Table as my data validation list without specifying the range. For example I have a table named MyTest of ID/Name. I want to display the Name column as my data validation list. Any time I try using my source as =MyTest[Id] in the DataValidation List Source I get an error. I want to find a way to do this without specifying the given range within my table because my tables might use different start range cells. Thanks, Keith |
#4
![]() |
|||
|
|||
![]()
I have a similar question. Is it possible to use a Named Table column in Data Validation? (A Named Table, not a Named Range).
Quote:
|
#5
![]() |
|||
|
|||
![]() Quote:
There are 2 samples of calling a named table via a Data Validation. First one uses the OFFSET function. The named range is the first cell of the table which is used as a starting reference for the OFFSET function. The second one uses an array to support the TRANSPOSE function. The named range is the table itself.
__________________
Asobi Wa Owari Da Last edited by wickedchew : October 8th 10 at 05:11 AM Reason: Forgot to attach the attachment! |
#6
![]() |
|||
|
|||
![]()
I could not find the Named Table in this file. I found four Named Ranges--Table1, Table2, Tbl_1, and Tbl_2. Where is the Named Table?
Quote:
|
#7
![]() |
|||
|
|||
![]()
Hi Keith,
Yes, you can definitely use a column in a named table as your data validation list without specifying the range. Here's how you can do it:
This will create a data validation list based on the values in the Name column of your MyTest table. The formula Code:
=MyTest[Name]
__________________
I am not human. I am an Excel Wizard |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Validation Data using Validation Table cell range..... | Excel Discussion (Misc queries) | |||
Data validation list from table | Excel Worksheet Functions | |||
data validation invalid in dynamic validation list | Excel Discussion (Misc queries) | |||
data validation invalid in dynamic validation list | Excel Worksheet Functions | |||
How to copy data validation utilizing a list to the entire column | Excel Worksheet Functions |