Hi
I want to be able to vary the starting point of a dropdown based on a change in cell B7 (see sheet attached). I am trying to create a formula in cell C7, which will form the base of a named Range. This formula keeps evaluating to an error.
Hi
I want to be able to vary the starting point of a dropdown based on a change in cell B7 (see sheet attached). I am trying to create a formula in cell C7, which will form the base of a named Range. This formula keeps evaluating to an error.
Look here for some ideas...
http://www.contextures.com/xlDataVal02.html
What your post says and what you say inside your Excel file seem to give to ideas.
What are you doing? Trying to change the B10 drop down or trying to get a formula in C7?
If you change B7, what would you change it to and then what do you expect in C7 or B10?
HTH
Regards, Jeff
Hi Jeffrey,
I'm familiar with contextures and have used it before for dynamic validation - it's an excellent resource. One limitation of it, however, is that the starting point is not dynamic. The end point is.
The formula in C7 would form the base of a named range. Then in cell B10 under the Data Validation, I would type List under Allow and my Source would be the name of the range.
Use this dynamic starting formula as the source of your list instead of the fixed range:
=INDEX(OFFSET($A$3, , MATCH(StartForecastPeriod,$3:$3, 0)-1, 1, COUNTA(OFFSET($A$3, , MATCH(StartForecastPeriod,$3:$3, 0)-1, 1, 1000))),1)
_________________
Microsoft MVP 2010 - Excel
Visit: Jerry Beaucaire's Excel Files & Macros
If you've been given good help, use theicon below to give reputation feedback, it is appreciated.
Always put your code between code tags. [CODE] your code here [/CODE]
?None of us is as good as all of us? - Ray Kroc
?Actually, I *am* a rocket scientist.? - JB (little ones count!)
Hi,
Is this what you are looking for?
If you enter it in a cell you have to use CTRL/SHIFT/ENTER as an array.![]()
Please Login or Register to view this content.
As a formula for a dynamic named range it should work for you.
Hope this is helpful.
Cheers![]()
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks