name of cell

  • Thread starter Thread starter mino
  • Start date Start date
M

mino

Hi to all.
I need to have a static name of cell.
I mean: if I name cellA3 "dday", after a sort, this cell has new addres (ex
A5), but the name "dday" remains to address A3.

Is there a way to mantein same name? No vba.

thanks in advance
M.
 
To the best of my knowledge there is no way to make a named reange move as
the result of a sort.
For future reference if you do not want a VBA solutions Excel Programming is
probably not the best forum to post in.
 
Name A3 dday using the Name Box. From the Insert menu, select Name >> Define.
Click on dday and check the Refers To box. Make sure the row & column have
dollar signs before them ($A$3, not just A3). This will keep dday set to A3
even after sorting the data.

Hope this helps,

Hutch
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top