ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Formulas - SUM (https://www.excelbanter.com/excel-discussion-misc-queries/259336-formulas-sum.html)

Carla

Formulas - SUM
 
Hi,

I'm wondering if there is a variation on the SUM formula to pick up data in
rows/columns added outside the existing range?

Thanks in advance to anyone who can help.

--
Carla

Fred Smith[_4_]

Formulas - SUM
 
No.

Regards,
Fred

"Carla" wrote in message
...
Hi,

I'm wondering if there is a variation on the SUM formula to pick up data
in
rows/columns added outside the existing range?

Thanks in advance to anyone who can help.

--
Carla



Jacob Skaria

Formulas - SUM
 
Should not..Can you please elaborate your query..

--
Jacob


"Carla" wrote:

Hi,

I'm wondering if there is a variation on the SUM formula to pick up data in
rows/columns added outside the existing range?

Thanks in advance to anyone who can help.

--
Carla


Carla

Formulas - SUM
 
Hi Jacob,

I'm referring to a formula summing data above it in several rows, or beside
it in several columns. If you add a row/column in the middle of the series,
the additional data gets included in the sum. I would like to find a way to
have the SUM formula pick up any data that I enter outside the existing data
range (in case I forget to update the formula to include the new data). Or
are there other checks and balances that you can recommend?

Thanks
--
Carla


"Jacob Skaria" wrote:

Should not..Can you please elaborate your query..

--
Jacob


"Carla" wrote:

Hi,

I'm wondering if there is a variation on the SUM formula to pick up data in
rows/columns added outside the existing range?

Thanks in advance to anyone who can help.

--
Carla


Jacob Skaria

Formulas - SUM
 
Carla try the below.....

Sum of all cells to the left
=SUM(OFFSET($A$1,ROW()-1,0,1,COLUMN()-1))

Sum of all cells to the top
=SUM(OFFSET($A$1,0,COLUMN()-1,ROW()-1,1))

--
Jacob


"Carla" wrote:

Hi Jacob,

I'm referring to a formula summing data above it in several rows, or beside
it in several columns. If you add a row/column in the middle of the series,
the additional data gets included in the sum. I would like to find a way to
have the SUM formula pick up any data that I enter outside the existing data
range (in case I forget to update the formula to include the new data). Or
are there other checks and balances that you can recommend?

Thanks
--
Carla


"Jacob Skaria" wrote:

Should not..Can you please elaborate your query..

--
Jacob


"Carla" wrote:

Hi,

I'm wondering if there is a variation on the SUM formula to pick up data in
rows/columns added outside the existing range?

Thanks in advance to anyone who can help.

--
Carla



All times are GMT +1. The time now is 04:27 AM.

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