Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
We have an Excel 2002 spreadsheet where we are using the AutoSum Function to
total an entire column. Currently, the function "=SUM(F2:F99)" is in Cell F101 and Row 100 is empty. When we inserting a new row into the empty row of this spreadsheet, the function does not automatically update. "Options: Calculation" is set to Automatic. If we change the function to "=SUM(F2:F100)", will that fix the problem? If not, any other suggestions? Thanks in advance for the help |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
bcg,
If you insert a row before row 99, your formula will update. If you insert it after, the formula will not. HTH, Conan "bcg" wrote in message ... We have an Excel 2002 spreadsheet where we are using the AutoSum Function to total an entire column. Currently, the function "=SUM(F2:F99)" is in Cell F101 and Row 100 is empty. When we inserting a new row into the empty row of this spreadsheet, the function does not automatically update. "Options: Calculation" is set to Automatic. If we change the function to "=SUM(F2:F100)", will that fix the problem? If not, any other suggestions? Thanks in advance for the help |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
The formula will adjust itself only if the new row is inserted before the
last row and after the first row used in the formula. changing the function to =SUM(F2:F100) should fix the problem. Try it. "bcg" wrote in message ... We have an Excel 2002 spreadsheet where we are using the AutoSum Function to total an entire column. Currently, the function "=SUM(F2:F99)" is in Cell F101 and Row 100 is empty. When we inserting a new row into the empty row of this spreadsheet, the function does not automatically update. "Options: Calculation" is set to Automatic. If we change the function to "=SUM(F2:F100)", will that fix the problem? If not, any other suggestions? Thanks in advance for the help |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Enter this formula in F101
=SUM(F2:INDEX(F:F,ROW()-1)) The range will expand/contract as you insert/delete rows above F101 Gord Dibben MS Excel MVP On Thu, 24 Jan 2008 11:58:04 -0800, bcg wrote: We have an Excel 2002 spreadsheet where we are using the AutoSum Function to total an entire column. Currently, the function "=SUM(F2:F99)" is in Cell F101 and Row 100 is empty. When we inserting a new row into the empty row of this spreadsheet, the function does not automatically update. "Options: Calculation" is set to Automatic. If we change the function to "=SUM(F2:F100)", will that fix the problem? If not, any other suggestions? Thanks in advance for the help |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
why will my function not work? it is just auto sum. | Excel Worksheet Functions | |||
Auto Count for Auto Filter Doesn't Function under certain circumst | Excel Discussion (Misc queries) | |||
The auto fit row height function | Excel Discussion (Misc queries) | |||
Function for Auto Populate | Excel Worksheet Functions | |||
Auto sum Function | Excel Worksheet Functions |