Hi,
If you data is not going to be chaning you can assign a name that will move
with the unchanging name, in some situations.
For example, suppose your range is E1:E10 with the word Apr within the
range, then create a name Apr which is defined as:
=INDEX(Sheet2!$E$1:$E$10,MATCH("apr",Sheet2!$E$1:$E$10,0),0)
However, this has very limited utility.
If this helps, please click the Yes button
Cheers,
Shane Devenshire