Re: Sum challenge
- From: "Harlan Grove" <hrlngrv@xxxxxxx>
- Date: 19 May 2005 16:22:19 -0700
Christopher Weaver wrote...
>I would like to create a formula in column A that sums the values in
column
>E starting with the row in which the formula resides and moving upward
to,
>and including, the first row in column B that is not blank. A static
range
>won't work as the number of rows above the row with the formula will
vary.
>
>Any ideas on this?
=SUM(INDIRECT("E"&MATCH(FALSE,ISBLANK(OFFSET($B$1,0,0,SUM(ROW()),1)),0)
&":E"&SUM(ROW())))
.
- Follow-Ups:
- Re: Sum challenge
- From: Christopher Weaver
- Re: Sum challenge
- From: Christopher Weaver
- Re: Sum challenge
- References:
- Sum challenge
- From: Christopher Weaver
- Sum challenge
- Prev by Date: Re: Use input box to make filter choice while providing list of possible filter choices
- Next by Date: Re: Is there a function that returns the sheet name?
- Previous by thread: Re: Sum challenge
- Next by thread: Re: Sum challenge
- Index(es):
Relevant Pages
|