If I have a Named-Range that has multiple areas, such as ...
TempRange =Sheet1!$C$2:$C$4,Sheet1!$X$2:$X$4
And I want to get the 2nd Value in the 2nd Area, in this case ...
Sheet1!$X3
Using the Named Range, How do I reference that cell in regular Excel formulas?