Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
Check this site: http://www.contextures.com/xlNames01.html#Dynamic In your case, in the menu Insert Names Define, the named range would have to refer: =OFFSET(AllmyData!$A$1,0,0,COUNTA(AllmyData!$A:$A) ,1) -- Regards, Sébastien <http://www.ondemandanalysis.com "BrianW" wrote: 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 |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Your a gem
Thats the link I couldn't find Your help is greatly appreciated. Have a great Day. "sebastienm" wrote: Hi, Check this site: http://www.contextures.com/xlNames01.html#Dynamic In your case, in the menu Insert Names Define, the named range would have to refer: =OFFSET(AllmyData!$A$1,0,0,COUNTA(AllmyData!$A:$A) ,1) -- Regards, Sébastien <http://www.ondemandanalysis.com "BrianW" wrote: 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 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Array as a "named range" - formula ok in cells, but error as "named range" | Excel Discussion (Misc queries) | |||
Formula for named range | Excel Discussion (Misc queries) | |||
named range into formula? | Excel Worksheet Functions | |||
Named Range is a formula | Excel Programming | |||
using a Named Range (formula) in a UDF | Excel Programming |