LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 119
Default Lookup table w/ Dynamic Named List

I'm trying to combine two solutions I found in this forum onto my WS. I have
two columns Category and SubCategory. I am using a lookup table so that when
the user selects an entry for the Category, the list that is available in the
SubCategory depends on which item is selected in the Category.

Independently, I also have been able to make work the concept of dynamic
list where the items that are displayed in the dropdown list is determined by
a forumula in the Refers To of the Define Name list dialog. What I want to do
is have the SubCategory lists to be dynamic.

The problem I have is that when I change the Refers To text to be the
Dynamic List formula, the list no longer displays when the corresponding
Category is displayed. That Name list also nolonger appears in the Name Box
at the left of menu bars. The list DOES still show up in the Define Name
dialog.

Here are the formulas I'm using:

Category cells validation:
Allow: List
Source: =Category

SubCategory cells Validation:
Allow: List
Source:
=INDIRECT(VLOOKUP(F52,LookupList,2,0))

Of Course, F52 is the Category cell that is used to obtain the value to
lookup in the LookupList. The LookupList is defined correctly covering the
two columns of cells as needed.

The two formulas I'm trying to use for the SubCategory Lists a

='Budget Template'!$W$5:$W$15
=OFFSET('Budget Template'!$W$5,0,0,COUNTA('Budget Template'!$W$5:$W$15),1)

When the List is defined as the first forumula, the lookup list works great.
When defined as a dynamic list per the second, it doesn't work. I've
confirmed that the dynamic list works by itself by setting other cell's
validation to List and Source to =SubCatetory (SubCategory list is located in
W5:W15)

Any insights would be appreciated,

Thank you
John
 
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
List Validation Lookup Table Help Please Kenny Excel Discussion (Misc queries) 4 September 30th 07 10:48 PM
Changing named Validation list to Dynamic list. GlenC Excel Discussion (Misc queries) 1 July 20th 06 11:49 PM
Dynamic named list includes blank cell at bottom L Scholes Excel Discussion (Misc queries) 1 April 13th 06 06:13 PM
lookup? list data into summary table Joe Excel Worksheet Functions 6 December 22nd 05 12:25 AM
Dynamic Named Ranges clane Excel Discussion (Misc queries) 5 October 13th 05 03:26 PM


All times are GMT +1. The time now is 11:16 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"