Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() 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
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Richard, I failed to mention that the defined name for your dynamic range
must be workbook-level. Regards, GS |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Data Validation List from a Dynamic Named Range on Another Workshe | Excel Worksheet Functions | |||
Data Validation via Dependent List defined by Dynamic Range | Excel Discussion (Misc queries) | |||
Changing named Validation list to Dynamic list. | Excel Discussion (Misc queries) | |||
Data validation drop downs don't recognize dynamic named range | Excel Discussion (Misc queries) | |||
Using a data validation list to look up a defined named range in another worksheet | Charts and Charting in Excel |