Assuming your dates are in column C and that weeks start on Mondays ,
try this formula in cell D1:
=C1-TODAY()+WEEKDAY(TODAY(),3)<7
Copy down as far as needed.
This will yield TRUE in column D for the rows where the corresponding
dates in column C are within this week.
Hope this helps / Lars-Åke
Ask a Question
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.