View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
brianw brianw is offline
external usenet poster
 
Posts: 30
Default formula to lengthen named range

Hi there
excel 2003
How do I get a defined range reference to automatically change when I add
more data to it?
For example my named range is DataB. Refers to: =AllmyData!$A$1:$D$12000
I add more data to the bottom, say 50 lines, so my new reference should read
=AllmyData!$A$1:$D$12050
I have seen the fomula on this forum but just cannot find it again.

Thanks for your time