
Signature
---
HTH
Bob
(change the xxxx to gmail if mailing direct)
Hi Bob,
the Today formula returns a date in the future so i made a change to
the formula as
=Today()-(52*7)
In both methods however they return the actual day 365 days in either
direction. The table the index formula, will look up won't be able to
find a match because the dates are all the first days of each week. I
tested it just to be sure and it returns an #N/A error.
Neil
> =TODAY()+(52*7)
>
[quoted text clipped - 33 lines]
> >
> > Neil
Bob Phillips - 24 Jan 2007 00:23 GMT
TODAY() is not a date in the future,it is today, the date of the current
day, whatever way you want to put it it is today.
Your dates, when you say start of the week, what day is that, the Monday or
the Sunday. Is the data all in ascending date order.

Signature
---
HTH
Bob
(change the xxxx to gmail if mailing direct)
> Hi Bob,
>
[quoted text clipped - 47 lines]
>> >
>> > Neil
Roger Govier - 24 Jan 2007 00:29 GMT
Hi Neil
Try
=(TODAY()-52*7)-WEEKDAY(TODAY()-52*7)+2

Signature
Regards
Roger Govier
> Hi Bob,
>
[quoted text clipped - 49 lines]
>> >
>> > Neil