Forum Discussion
David2190
Jul 15, 2021Copper Contributor
Range name in formula
Hi
I want to use a named range in an index/match formula, but I want the range used to be determined by text in another cell. When the text in this other cell changes to another named range, the formula uses the new named range.
How would I go about doing that? The formula works splendidly with the range named specifically, but I need it to be dynamic.
Thanks.
David2190 Let's say you enter the name in cell A1.
You can then use INDIRECT(A1) in your formulas to refer to the range whose name is in A1.
ā
8 Replies
David2190 Let's say you enter the name in cell A1.
You can then use INDIRECT(A1) in your formulas to refer to the range whose name is in A1.
ā
- PeterBartholomew1Silver Contributor
- David2190Copper ContributorINDIRECT!
Of course you can.
Thanks Hans.