Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 12
Default Dynamic Named Range inside a Data Validation list ?

Is it possible to use a 'Dynamic Named Range' in the Data Validation
list ?
When I tried, the Data Validation List did NOT show any entries... ?!
(it remained empty, enven though the Dynamic List was working right!

Details on 'Dynamic Named Ranges' can be found he
http://www.ozgrid.com/Excel/advanced-dynamic-ranges.htm

If this is not possible, is there any ways/workarounds to create a Data
Validation List, based on a Dynamic Named Range ?

TIA !

R.

  #2   Report Post  
Posted to microsoft.public.excel.programming
GS GS is offline
external usenet poster
 
Posts: 364
Default Dynamic Named Range inside a Data Validation list ?

Hi Richard,

This should work if your named ranged is "dynamic" as in created using a
formula. The required criteria for the DV dialog is "List", with
=MyDynamicRangeName entry in the RefEdit box.

Regards,
GS
  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Dynamic Named Range inside a Data Validation list ?


http://www.beyondtechnology.com/geeks007.shtml

I came accross this site, it is about dynamic ranges, and may be of use
to you


--
davesexcel
------------------------------------------------------------------------
davesexcel's Profile: http://www.excelforum.com/member.php...o&userid=31708
View this thread: http://www.excelforum.com/showthread...hreadid=521303

  #4   Report Post  
Posted to microsoft.public.excel.programming
GS GS is offline
external usenet poster
 
Posts: 364
Default Dynamic Named Range inside a Data Validation list ?

Richard, I failed to mention that the defined name for your dynamic range
must be workbook-level.

Regards,
GS
  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 122
Default Dynamic Named Range inside a Data Validation list ?

I was just working on a workbook where I had to create a dynamic named
range for a data validation list. I defined a name of "TableList" as:

=OFFSET('Table Definitions'!$B$2,1,0,ROWS('Table
Definitions'!$B$2:$B$52)-2,1)

B2 is my header line of the table and B52 is a physical "end of table"
line I have added to my table. Anytime I insert something between the
header line and the "end of table" line, the entry will be added to my
named range and used in my validation list.

I'm basically using the B column as my definition of a drop-down box.
Once the item is chosen, all the other parameters can be retrieved from
other columns of my table by doing MATCH()/OFFSET() or VLOOKUP()
functions based on that column.



  #6   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,979
Default Dynamic Named Range inside a Data Validation list ?

You can use a dynamic range in the same workbook. If the list is in
another workbook, there are instructions he

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

Richard wrote:
Is it possible to use a 'Dynamic Named Range' in the Data Validation
list ?
When I tried, the Data Validation List did NOT show any entries... ?!
(it remained empty, enven though the Dynamic List was working right!

Details on 'Dynamic Named Ranges' can be found he
http://www.ozgrid.com/Excel/advanced-dynamic-ranges.htm

If this is not possible, is there any ways/workarounds to create a Data
Validation List, based on a Dynamic Named Range ?


--
Debra Dalgleish
Excel FAQ, Tips & Book List
http://www.contextures.com/tiptech.html

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
Data Validation List from a Dynamic Named Range on Another Workshe Jeremy Excel Worksheet Functions 5 March 29th 10 09:26 AM
Data Validation via Dependent List defined by Dynamic Range Lee4 Excel Discussion (Misc queries) 3 August 20th 08 04:45 PM
Changing named Validation list to Dynamic list. GlenC Excel Discussion (Misc queries) 1 July 20th 06 11:49 PM
Data validation drop downs don't recognize dynamic named range GlenC Excel Discussion (Misc queries) 0 July 19th 06 06:25 PM
Using a data validation list to look up a defined named range in another worksheet Laura Hunt Charts and Charting in Excel 0 November 24th 05 02:29 PM


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