View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
gavs73 gavs73 is offline
external usenet poster
 
Posts: 1
Default TREND and OFFSET

Hi

I essentially have a large matrix of data, where each month an additional
column of data is added, and in effect I need the TREND array formula to
shuffle along by one to include the new column and exclude what was
previously the first column of the array. So that I have a rolling 12 month
trend.

I've tried to achieve this using TREND and OFFSET, however, when I press
Ctrl + Shift + Enter to set it as an array formula, the OFFSET effect seems
to be lost as it defaults to the first value.

Can TREND and OFFSET be used in this way ?, or could I use a macro to move
along the TREND ?, can a macro be used to create and move a
'Ctrl+Shift+Enter' style array ?

Thanks in advance for any help.

Kind Regards
Gav