It would be a lot easier if your date list did not skip any dates.
A9 = 12/16/2011
A22 = 12/29/2011
Column B has the amounts
Then...
=AVERAGE(OFFSET(B22,-13,0,14,1))
--
Jim Cone
Portland, Oregon USA .
http://www.mediafire.com/PrimitiveSoftware .
(Bingo Card Variety .xls workbook - in the free folder)
"Blake" <(E-Mail Removed)>
wrote in message
news:98c5cdff-de2d-48e7-9ae5-(E-Mail Removed)...
> Hi, I want to find the average in column B for the last 14 calendar
> days. In other words, 12/29-12/16. How would I do that?
>
> 12/10/11 $325.00
> 12/11/11 $322.00
> 12/12/11 $225.00
> 12/15/11 $278.80
> 12/16/11 $227.30
> 12/17/11 $301.30
> 12/18/11 $273.70
> 12/19/11 $201.90
> 12/29/11 $291.13