My file has several hundred Named Ranges ("NR") that I'm constantly using in formulas / changing. Whenever I want to edit something, I first need to look up just what cell range a particular NR refers to (so I can either change it, or edit the formula accordingly.)
Currently I have to open the Name Manager, scroll down to find the NM, check the Refers To... value to see what it's referencing, etc. Is there a way to speed that process up? E.g. I'm currently looking at this formula:
=INDEX(newdata,MATCH($CB6,newdata_.key,0),MATCH(AA$1,newdata_header,0))
...but I forget just what cell range each of those 3 NR's refers to. What's the quickest way to check that? Can I hover over something that will show the Refers To... value as a tooltip or something? Or perhaps is there a way to immediately bring a particular NR up in the Name Manager for quick viewing/editing?
Currently I have to open the Name Manager, scroll down to find the NM, check the Refers To... value to see what it's referencing, etc. Is there a way to speed that process up? E.g. I'm currently looking at this formula:
=INDEX(newdata,MATCH($CB6,newdata_.key,0),MATCH(AA$1,newdata_header,0))
...but I forget just what cell range each of those 3 NR's refers to. What's the quickest way to check that? Can I hover over something that will show the Refers To... value as a tooltip or something? Or perhaps is there a way to immediately bring a particular NR up in the Name Manager for quick viewing/editing?
Last edited: