View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
[email protected] Dominick03@gmail.com is offline
external usenet poster
 
Posts: 2
Default help with 12 week rolling average

Thanks guys now it's working

On Jan 29, 2:56 am, "MartinW" wrote:
Hi Dominick,

Another way to approach it is to put this in L2

=IF(L1="","",AVERAGE(A1:L1))
Then drag it across as far as is needed.

Now as you add data in M1,N1,O1 etc. your floating 12 week
average will appear in the cell beneath it.

HTH
Martin