ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Summing a range that changes (https://www.excelbanter.com/excel-discussion-misc-queries/64045-summing-range-changes.html)

Jeff

Summing a range that changes
 
Hi,

I have a formula that sums the range

Cell B1 = Sum(A1:$A$100)
and this is copied down to cell B100,
so Cell B33 = Sum(A33:$A$100)

But I want the sum range to change, based on the value in cell C1.

If C1 = 100, then the sum range will = Sum(A1:$A$100),
Cell B33 = Sum(A33:$A$100)

If Cell C1 = 300, then the sum range will = Sum(A1:$A$300)
Cell B33 = Sum(A33:$A$300)

I tried using indirect but I could not figure it out.

Thanks for your help

NUMBnut

Summing a range that changes
 
Take the $ out of the equations. $ = absolutes, which tells excell that
those particular values do not change.

"Jeff" wrote:

Hi,

I have a formula that sums the range

Cell B1 = Sum(A1:$A$100)
and this is copied down to cell B100,
so Cell B33 = Sum(A33:$A$100)

But I want the sum range to change, based on the value in cell C1.

If C1 = 100, then the sum range will = Sum(A1:$A$100),
Cell B33 = Sum(A33:$A$100)

If Cell C1 = 300, then the sum range will = Sum(A1:$A$300)
Cell B33 = Sum(A33:$A$300)

I tried using indirect but I could not figure it out.

Thanks for your help


Jeff

Summing a range that changes
 


"NUMBnut" wrote:

Take the $ out of the equations. $ = absolutes, which tells excell that
those particular values do not change.

"Jeff" wrote:

Hi,

I have a formula that sums the range

Cell B1 = Sum(A1:$A$100)
and this is copied down to cell B100,
so Cell B33 = Sum(A33:$A$100)

But I want the sum range to change, based on the value in cell C1.

If C1 = 100, then the sum range will = Sum(A1:$A$100),
Cell B33 = Sum(A33:$A$100)

If Cell C1 = 300, then the sum range will = Sum(A1:$A$300)
Cell B33 = Sum(A33:$A$300)

I tried using indirect but I could not figure it out.

Thanks for your help



That does not work because the last reference A300 must stay constant, and
A1 is the cell that changes

NUMBnut

Summing a range that changes
 
In using absolutes the entire equation will not change. You can use the fill
feature to fill down, but you will have to go back and change the values.
Sorry, don't know a short cut for that.

"Jeff" wrote:



"NUMBnut" wrote:

Take the $ out of the equations. $ = absolutes, which tells excell that
those particular values do not change.

"Jeff" wrote:

Hi,

I have a formula that sums the range

Cell B1 = Sum(A1:$A$100)
and this is copied down to cell B100,
so Cell B33 = Sum(A33:$A$100)

But I want the sum range to change, based on the value in cell C1.

If C1 = 100, then the sum range will = Sum(A1:$A$100),
Cell B33 = Sum(A33:$A$100)

If Cell C1 = 300, then the sum range will = Sum(A1:$A$300)
Cell B33 = Sum(A33:$A$300)

I tried using indirect but I could not figure it out.

Thanks for your help



That does not work because the last reference A300 must stay constant, and
A1 is the cell that changes


Kleev

Summing a range that changes
 
This appears to do what you are asking for:

=SUM(INDIRECT("a" & ROW(A1) & ":a" & $C$1))

"Jeff" wrote:

Hi,

I have a formula that sums the range

Cell B1 = Sum(A1:$A$100)
and this is copied down to cell B100,
so Cell B33 = Sum(A33:$A$100)

But I want the sum range to change, based on the value in cell C1.

If C1 = 100, then the sum range will = Sum(A1:$A$100),
Cell B33 = Sum(A33:$A$100)

If Cell C1 = 300, then the sum range will = Sum(A1:$A$300)
Cell B33 = Sum(A33:$A$300)

I tried using indirect but I could not figure it out.

Thanks for your help


Bob Phillips

Summing a range that changes
 
Try this

=SUM(INDIRECT("A"&ROW()&":A"&C1))

--

HTH

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


"Jeff" wrote in message
...
Hi,

I have a formula that sums the range

Cell B1 = Sum(A1:$A$100)
and this is copied down to cell B100,
so Cell B33 = Sum(A33:$A$100)

But I want the sum range to change, based on the value in cell C1.

If C1 = 100, then the sum range will = Sum(A1:$A$100),
Cell B33 = Sum(A33:$A$100)

If Cell C1 = 300, then the sum range will = Sum(A1:$A$300)
Cell B33 = Sum(A33:$A$300)

I tried using indirect but I could not figure it out.

Thanks for your help




Bob Phillips

Summing a range that changes
 
Sorry that should be

=SUM(INDIRECT("A"&ROW()&":A"&$C$1))

--

HTH

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


"Jeff" wrote in message
...
Hi,

I have a formula that sums the range

Cell B1 = Sum(A1:$A$100)
and this is copied down to cell B100,
so Cell B33 = Sum(A33:$A$100)

But I want the sum range to change, based on the value in cell C1.

If C1 = 100, then the sum range will = Sum(A1:$A$100),
Cell B33 = Sum(A33:$A$100)

If Cell C1 = 300, then the sum range will = Sum(A1:$A$300)
Cell B33 = Sum(A33:$A$300)

I tried using indirect but I could not figure it out.

Thanks for your help





All times are GMT +1. The time now is 01:41 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com