> No, that's the beauty of using columns/rows
>
> You don't need to anchor them like you do with column/row where you
> usually subtract to offset whenever a column/row is inserted
Not for me it doesn't in XL97. If I enter:
=COLUMNS($A:A)
In column E and drag it across to Column J it returns 1, 2,3, 4, 5, 6 as
expected but if I now insert a new column C it changes to 1, 2, 4, 5, 6, 7
(in colums F:K of course)
Is it different in later versions?
(Why do these thing always come up when its past my bedtime <g> )

Signature
Regards,
Sandy
In Perth, the ancient capital of Scotland
and the crowning place of kings
sandymann2@mailinator.com
Replace @mailinator.com with @tiscali.co.uk
Peo Sjoblom - 31 Aug 2007 00:44 GMT
You are correct, if you insert columns in C it will be skewed, if you insert
columns in A (before the column sumproduct deals with
SUMPRODUCT(($B$395:$B$2043=1) it works.
I never thought about inserting columns in-between where the formula is and
the column the formula deals with. I only use columns/rows when copying down
array formulas to get more than one value from de facto lookups or when
using offset/index to transpose certain layouts. and if you insert and
rows/columns above/to the left of those formula columns/rows work as opposed
to row/column
Now go to bed and stop embarrassing me <bg>

Signature
Regards,
Peo Sjoblom
>> No, that's the beauty of using columns/rows
>>
[quoted text clipped - 12 lines]
>
> (Why do these thing always come up when its past my bedtime <g> )