I'm struggling to get this to work.
Imagine something like this:
I need to make dynamic charts, using today as start day and count 7 days backwards (a week).
Under Name Manager (Define Name), I've tried to use offset,index, match and today() like this:
=OFFSET(INDEX(A:A;MATCH(TODAY();A:A));-1;0;-7;0)
No result for that formula.
Is this possible? Can I use Dynamic Ranges using dates?
