On 6/23/07 9:47 AM, in article
9A500B5E-8D63-4B39-9B57-43C454D715CE@microsoft.com, "Andrew Davroche"
> Excel 2003
> I have a "Data" worksheet with columns of "months" and rows of indicators
[quoted text clipped - 5 lines]
> I also use ranges like "Todate" so I want to extend the range by one column
> each month but keep the first (or anchor) month.
There are a whole bunch of ways to do this. Look in help for OFFSET, and use
it in the formulas to get data from the column you want. Just enter a month
number somewhere to represent the month "offset." You can also use self
defining names to make an adjustable size range. For example, you can define
a name as YearToDate to refer to a varying number of months. The refers to
field will look something like:
=offset($a$1,0,0,5,counta($1:$1))
This will define an area 5 rows deep, and a varying number of columns
depending on how many month names are used in row 1.

Signature
Bob Greenblatt [MVP], Macintosh
bobgreenblattATmsnDOTcom
Andrew Davroche - 25 Jun 2007 21:07 GMT
Thank you so much - I can change all my formulas simply by changing the data
in one cell - brilliant. I wish I'd asked years ago.
> On 6/23/07 9:47 AM, in article
> 9A500B5E-8D63-4B39-9B57-43C454D715CE@microsoft.com, "Andrew Davroche"
[quoted text clipped - 18 lines]
> This will define an area 5 rows deep, and a varying number of columns
> depending on how many month names are used in row 1.
Andrew Davroche - 30 Aug 2007 18:38 GMT
With your help I have been extensively using Offset. I have a set of sixteen
formulas which use the same reference cell. When I want to use the same set
of sixteen formulas with another reference cell I have to edit each offset
formula with the new reference cell. Is there a quicker way of doing this.
I have used a name "Fred" instead of say "B56" but I still need to change
"Fred" sixteen times.
I have read help but I am not getting it.
> Thank you so much - I can change all my formulas simply by changing the data
> in one cell - brilliant. I wish I'd asked years ago.
[quoted text clipped - 21 lines]
> > This will define an area 5 rows deep, and a varying number of columns
> > depending on how many month names are used in row 1.
Bob Greenblatt - 30 Aug 2007 20:45 GMT
On 8/30/07 1:38 PM, in article
1565A834-EAEC-4D82-9DE2-EB36F73F7D08@microsoft.com, "Andrew Davroche"
<AndrewDavroche@discussions.microsoft.com> wrote:
> With your help I have been extensively using Offset. I have a set of sixteen
> formulas which use the same reference cell. When I want to use the same set
[quoted text clipped - 31 lines]
>>> This will define an area 5 rows deep, and a varying number of columns
>>> depending on how many month names are used in row 1.
Have you tried edit-Replace?

Signature
Bob Greenblatt [MVP], Macintosh
bobgreenblattATmsnDOTcom