For example, I have a named range A10—A20 as Age; how do I get Age[5] which is same as A14.
Age
Age[5]
I can write \"=A14\" but I did l
=A14
You can use Excel's Index function:
Index
=INDEX(Age, 5)