I am using a named range for a data validation in a configurator.
i have a range defined as:
=OFFSET(Limitations!$AN$9,0,0,COUNT(Limitations!$AN$9:$AN$99),1) this defines the end point of the range dynamically.
This works very well, however, now i want to make the starting cell dynamic. that means using a formula that returns a reference rather than the direct reference Limitations$an$9
one example of those i have tried is
"'Lists'!"&ADDRESS(P5,P6) where p5 and p6 are the col and row numbers of the first cell in the range i want to use (the first cell changes with user input)
i have tried every combination of ' and " to set the text as i think excel wants it but the only one that works and only on a one off basis (ie highlight and hit F9) is
this evaluates to
"'Lists'!$J$11"
but the formula still does not work.
although editing it to lists!$j$11 does work.
any assistance would be apreciated....
Bookmarks