Is there a way in a worksheet (without using VBA) to obtain the name of a range, if one is defined?
For example, suppose I have assigned the name "HeaderRow" to $7:$7. Is there a way for me to obtain the text "HeaderRow" if I provide the row number (7)?
The Address function doesn't seem to do...