Hello, I have a worksheet (Variables) in my workbook with 73 dynamic named ranges.
On my Entry sheet, I need to find a way to index a named range of my choosing.
For example,
I will choose a named range from a drop-down
VARarea
Then below, I need to list the 10 (or however many) items resulting from that named range
I understand I can go
=index(VARarea,1)
which will bring me the first result, and then I could use 2 the line below, etc., but I need to be able to dynamically change the VARarea to something else. Using a cell reference doesn't work though. Seems like I need INDIRECT?
Bookmarks