View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
rhonda stringfellow rhonda stringfellow is offline
external usenet poster
 
Posts: 2
Default Keeping Formulas the same when inserting columns

I have a spreadsheet where colum B is =AVERAGE(C2:H2) , which is the average
of 6 weeks of data. Every week I'll insert a new column at C. I want the
formula in column B to always be what is above, however, when I insert a new
column Excel thinks for itself and changes the formual in B to
=AVERAGE(D2:I2).

Does anyone know how to keep the formula to always read the cell reference
that is listed in there?