#1   Report Post  
P.hamsa
 
Posts: n/a
Default range name

I have defined a range name for a group of cells.
If I add new rows/columns, I want those cells to be included
in to the range name automatically.
Can you please let me know?

Thanks in advance.


  #2   Report Post  
Myrna Larson
 
Posts: n/a
Default

You should INSERT new rows within the interior rather than tacking data onto
the bottom of the list. If you don't want to do that, you must define the
range name using a formula like this in the RefersTo box:

=OFFSET($A$1,0,0,COUNTA($A$1:$A$5000),3)

The range will start at A1 and extend down for as many rows as you have data
in column A (but no embedded blanks are allows) and 3 columns wide.


On Mon, 28 Feb 2005 22:27:02 -0800, "P.hamsa"
wrote:

I have defined a range name for a group of cells.
If I add new rows/columns, I want those cells to be included
in to the range name automatically.
Can you please let me know?

Thanks in advance.


  #3   Report Post  
Bob Phillips
 
Posts: n/a
Default

use a dynamic name, something like

=OFFSET($A$1,,,COUNTA($A:$A))

--

HTH

RP
(remove nothere from the email address if mailing direct)


"P.hamsa" wrote in message
...
I have defined a range name for a group of cells.
If I add new rows/columns, I want those cells to be included
in to the range name automatically.
Can you please let me know?

Thanks in advance.




Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
create range bar graph Aussie1497 Charts and Charting in Excel 2 April 26th 23 11:47 AM
Dynamic Print Range Help waxwing Excel Worksheet Functions 2 February 21st 05 03:47 PM
Define a range based on another named range Basil Excel Worksheet Functions 2 February 21st 05 01:47 PM
named range refers to: in a chart Spencer Hutton Excel Discussion (Misc queries) 1 December 14th 04 10:15 PM
range names Pedro Excel Worksheet Functions 0 November 9th 04 06:26 PM


All times are GMT +1. The time now is 05:15 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"