Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I have the following question
When i have a sheet with the following data: cell A1 1 cell A2 2 cell A3 3 cell A4 =sum(A1:A3) == 6 When i want to insert in row 4 another value (let's say): cell A4 4 Then in cel A5 is still the formula =sum(A1:A3). Is there a trick to let the formula change (automattically, e.g. with a key combination) when inserting a row into == =sum(A1:A4) I am using Office Excel 2003 |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Victor -
Put your sum in cell A5 with =SUM(A1:A4) , leaving row 4 blank. Now you can add a row (select row 4 and Insert Row), and the formula will adjust with the inserted rows. This is because when you insert a row in Excel, it inserts the row above the current row. Since the 'current row' in your example was the sum row, it did not include that row in the formula, and the formula wasn't updated. In the method above, the current row (row 4) would be in the formula in cell A5, and it will be adjusted when you insert the new row. -- Daryl S "Victor" wrote: I have the following question When i have a sheet with the following data: cell A1 1 cell A2 2 cell A3 3 cell A4 =sum(A1:A3) == 6 When i want to insert in row 4 another value (let's say): cell A4 4 Then in cel A5 is still the formula =sum(A1:A3). Is there a trick to let the formula change (automattically, e.g. with a key combination) when inserting a row into == =sum(A1:A4) I am using Office Excel 2003 . |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
HI Victor
You can use the function " List " goto Data List You select your column excluding the total and it will adjust by itself. HTH John "Victor" wrote in message ... I have the following question When i have a sheet with the following data: cell A1 1 cell A2 2 cell A3 3 cell A4 =sum(A1:A3) == 6 When i want to insert in row 4 another value (let's say): cell A4 4 Then in cel A5 is still the formula =sum(A1:A3). Is there a trick to let the formula change (automattically, e.g. with a key combination) when inserting a row into == =sum(A1:A4) I am using Office Excel 2003 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Passing a range to a user defined function | Excel Discussion (Misc queries) | |||
VB pre-defined range ? | Charts and Charting in Excel | |||
How can I see defined name range? | Excel Discussion (Misc queries) | |||
Referencing defined range | Excel Discussion (Misc queries) | |||
Defined range problem | Excel Discussion (Misc queries) |