Hi there,
I have a helper column that checks the "Current Month" check box if the date is within the current month:
I used this formula:
=IF(MONTH(Date@row) = MONTH(TODAY()), 1)
The business is now asking to identify when a date is in the current month or in the last 7 days of the previous month. For example, this month the check marks would appear in the "Current + 7 prior" column in rows with dates in December and November 24-30. Next month, the check marks would be on dates within January as well as December 25-31.
I am completely stumped on how to do this and welcome any thoughts.
Thank you!