I have a column, say A, that I want to SUM(). I want to avoid including A1:A3
in this sum - unfortunately, the length of the data in the column at any time
is indeterminate. So I can't SUM(A4:AX)... And I can't SUM(A4:A), although
that seems intuitive to me.
Help?
Bernard Liengme - 21 Oct 2007 17:47 GMT
Would =SUM(A:A)-SUM(A1:A3) work?
best wishes

Signature
Bernard V Liengme
Microsoft Excel MVP
www.stfx.ca/people/bliengme
remove caps from email
>I have a column, say A, that I want to SUM(). I want to avoid including
>A1:A3
[quoted text clipped - 4 lines]
>
> Help?
Gord Dibben - 21 Oct 2007 17:51 GMT
Or possibly =SUM($A$4:INDEX(A:A,ROW()-1))
Gord Dibben MS Excel MVP
>Would =SUM(A:A)-SUM(A1:A3) work?
>best wishes
PaladinWhite - 21 Oct 2007 18:39 GMT
D'oh - I can't believe something that simple eluded my grasp. That's
precisely what I need to do. Thanks.
> Would =SUM(A:A)-SUM(A1:A3) work?
> best wishes
[quoted text clipped - 6 lines]
> >
> > Help?
T. Valko - 21 Oct 2007 18:10 GMT
>Re: Excluding only leading or trailing cells from a column
You've explained about excluding the leading cells A1:A3 but what do you
mean when you say exclude trailing cells? What trailing cells?

Signature
Biff
Microsoft Excel MVP
>I have a column, say A, that I want to SUM(). I want to avoid including
>A1:A3
[quoted text clipped - 4 lines]
>
> Help?
PaladinWhite - 21 Oct 2007 18:41 GMT
Sorry, I guess the title was a bit misleading. The "or trailing" part was
simply tacked on because I initially thought the solution would probably be
similar whether the cells to be excluded were leading or trailing - now that
I think about it, if I needed to exclude trailing cells, I would already know
the length of the data column, and I could just use SUM(A1:AX).
> >Re: Excluding only leading or trailing cells from a column
>
[quoted text clipped - 9 lines]
> >
> > Help?
T. Valko - 21 Oct 2007 18:48 GMT
Ok, thanks for the clarification.

Signature
Biff
Microsoft Excel MVP
> Sorry, I guess the title was a bit misleading. The "or trailing" part was
> simply tacked on because I initially thought the solution would probably
[quoted text clipped - 20 lines]
>> >
>> > Help?