Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hello. I have a data validation list based on a range on another worksheet
named "parts". The range is from B2:B2000. I only currently have about 150 parts in trhe list, but I want to leave the range larger so that when I add new parts in, they will appear in the data validation I have in the cells of the other sheet for part selection. How can I keep the data validation list from showing all of the blank cells in the range? Thank you! Mike |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi
Use a dynamic named range, which adjusts automatically whenever list entries are added/removed. As example (it assumes there never will be gaps in list, the list is placed in column A of sheet MyList, and MyList!A1 contains a header): =OFFSET(MyList!$A$1,1,,COUNTA(MyList!$A:$A)-1,1) Arvi Laanemets "WiFiMike2006" wrote in message ... Hello. I have a data validation list based on a range on another worksheet named "parts". The range is from B2:B2000. I only currently have about 150 parts in trhe list, but I want to leave the range larger so that when I add new parts in, they will appear in the data validation I have in the cells of the other sheet for part selection. How can I keep the data validation list from showing all of the blank cells in the range? Thank you! Mike |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Use a dynamic named range:
http://contextures.com/xlNames01.html#Dynamic Biff "WiFiMike2006" wrote in message ... Hello. I have a data validation list based on a range on another worksheet named "parts". The range is from B2:B2000. I only currently have about 150 parts in trhe list, but I want to leave the range larger so that when I add new parts in, they will appear in the data validation I have in the cells of the other sheet for part selection. How can I keep the data validation list from showing all of the blank cells in the range? Thank you! Mike |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Changing Where Data Validation List Boxes Open in Mac Excel 2004 | Excel Discussion (Misc queries) | |||
Adding a blank in Data Validation List? | Excel Discussion (Misc queries) | |||
update data validation list with new entries?? | Excel Discussion (Misc queries) | |||
Dependent List (via Data Validation) Error | Excel Worksheet Functions | |||
Handling "Blank Entries" through Data Validation | Excel Discussion (Misc queries) |