Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have inserted a column in the middle of my spreadsheet that will contain a
total. I need to enter a formula in the column that will sum all the cells in that row from column F to RC[-1]. My first value will always be in column F, but the last value is relative since my sum will be in a different column from month to month. Thanks in advance for your help. Denise |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Assuming the cell is N2, write the formula this way =SUM($F2:M2). The
formula will expand to include more columns if you insert those new columns at columns G through M. OTOH, if you insert a new column N, pushing the formula to the right, the sum will NOT include it. You also cannot insert a new column F without redoing the formula, or using a different formula that uses, say, the INDIRECT function. On Wed, 3 Nov 2004 18:24:02 -0800, Denise wrote: I have inserted a column in the middle of my spreadsheet that will contain a total. I need to enter a formula in the column that will sum all the cells in that row from column F to RC[-1]. My first value will always be in column F, but the last value is relative since my sum will be in a different column from month to month. Thanks in advance for your help. Denise |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Change a cell reference from relative to absolute | Excel Discussion (Misc queries) | |||
Mixing absolute & relative reference | Excel Worksheet Functions | |||
Changing Cells from Relative to Absolute Reference | Excel Discussion (Misc queries) | |||
How do I get relative/absolute reference button (macros) | Excel Discussion (Misc queries) | |||
Explanation Relative/Absolute Cell Reference | Excel Worksheet Functions |