I am not sure how to make it so that if today is a date this week, to show the time frame for last week, assuming Sunday - Saturday is a week.
For example, here is how I am displaying 60 days from Today's date:
Meetings Hold60 = ([Today]-60)&"-"&([Today])
How would I display the time frame of last week: July 17 - July 23?
When Today becomes Sunday, July 31st, the time frame of last week should change to July 24 - July 30.
Any ideas?