View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Don Guillett Don Guillett is offline
external usenet poster
 
Posts: 10,124
Default Help with Formula in Excel 2003

=AVERAGE(H2:OFFSET(H2,MATCH(9999,H:H),0))

--
Don Guillett
Microsoft MVP Excel
SalesAid Software

"Andy" wrote in message
...
I have a column of data which I add to twice a day for one month.
I have a second column which calculates the daily average.
I need to calculate the difference between the last entry in the average
column & the first, placing the result into another cell.
What I can't find is how to make this a dynamic update.
Any ideas please?