View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
D. Stacy D. Stacy is offline
external usenet poster
 
Posts: 10
Default lookup last nth number of items in a list

I have list of date series data that updates every day (thus growing data
array); What I want is a formula that will me to constantly evualate the n
number of records. For example compute the average of the last 26 Monday's
from a data listing; the data is general date ordered but that is not a
given.

Date DOW Value
1/2/09 2 37
......


Any ideas?