View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Gord Dibben Gord Dibben is offline
external usenet poster
 
Posts: 22,906
Default How do I enter a formula that will update as more rows are added?

=SUM(E6:INDEX(E:E,ROW()-1))


Gord Dibben MS Excel MVP

On Fri, 24 Oct 2008 15:55:01 -0700, ChuckT12624
wrote:

Lets say I'm going to add information every week to Column E and I don't want
to have to go to the SUM formula and edit it every time to include the new
columns I've added. Is there a way to put =sum(e6:ex) rather than =SUM
(E6:E20) so that the formula will continually expand with my new entries?