![]() |
|
#8
|
|||
|
|||
|
OK...I see the validation now. A few questions/points of clarification regarding your original post...
Forecast IV, Column A. Correct? Quote:
Code:
='RATE CARD'!$D$2:$D$74 Quote:
What do you mean by "add a line"? Are you just adding a name to the end of the list? If you do that, the data validation range should not change at all though it would not include the added name since it is outside the range specified. However, if you insert a line within the range, the data validation range will update. I have done both of these with your sheet and that is what happened. I notice that the RATE CARD data has a filter applied. Perhaps that may be part of the issue though it's hard to say since I can't replicate it. Personally, I would use the Format as Table functionality for the RATE CARD data and name the table something logical (e.g. RateData) and specify the name of the field headers, again done logically and again avoiding spaces. I have done these things on the attached version. I called the field headers Name, Position, Rate, and Card just to call them something See if it helps. To add a name to the RateData table (which is, of course, on the RateCard tab), either right click on a cell to insert a line above it or pull down the little doohickey on the bottom right corner of the table. Now the data validation range is a whole lot more aesthetic and logical: Code:
=INDIRECT("RateData[Name]")
Also, look at the formula next to it in Column B on Forecast IV: Code:
=VLOOKUP(A11,RateData,4,FALSE) Code:
=VLOOKUP(A13,RateCard!$D$2:$G$74,4,FALSE) Code:
=VLOOKUP([@Name],RateData,4,FALSE) |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
Trying to get Data into Validation List according to Client Name and Document Type
|
Maoz | Excel | 5 | 01-24-2016 01:17 AM |
Data Validation List based on Two Named Ranges
|
Rich18144 | Excel | 4 | 01-14-2016 04:37 AM |
Data validation list filter with range defined by OFFSET
|
Mango123 | Excel | 4 | 03-18-2014 02:52 PM |
| How to "hard link" two adjacent cells to a data validation drop down list? | Geza59 | Excel | 10 | 10-19-2012 11:56 AM |
Conditional data validation (list drop-down)
|
click4akshay | Excel | 2 | 04-28-2011 01:51 PM |