Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello,
I am working in Excel XP pro. I have the following string of code in a cell. =IF(QUOTE!B17="","",VLOOKUP(QUOTE!B17,TaskList,2,F ALSE)) At the bottom of the page is the named range TaskList. It is two columns and around 100 rows. Currently, one the first 25 are used. The rows are below. Task abbreviation Cutting machine MCHCUT painting machine MCHPNT stapling machine MCHSTP clean up TSKCLN sanding TSKSND grind and prime TSKGNP The groups are spaced for easier use. Things are grouped together in order to make searching easier. There is a ton of extra rows in the named range so that other entries could be added as they were needed. I went to the named range and added another entry below the ones above. That entry has one empty row between it and the one listed above. design TSKDSN the quote sheet has a drop down list in cell B17. That list comes from the tasks column to insure that the entry matches exactly with the entry in the named range. Selecting any of the original six options causes the formula to return the correct TSK entry. Selecting design returns #N/A. I tried replacing on of the existing entries with design. If I make a change then the cell again returns #N/A. Why is this failing to work? Any ideas will be appreciated. LWhite |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
named cell list | New Users to Excel | |||
Changing named Validation list to Dynamic list. | Excel Discussion (Misc queries) | |||
Remove empty cells from named list / validation list | Excel Worksheet Functions | |||
Problem with Named Cells | Excel Programming | |||
Problem with named formula's | Excel Worksheet Functions |