filtering dates within this week

  • Thread starter Thread starter Lynn
  • Start date Start date
I have a series of dates. How can i filter dates that are within this
week?

thanks

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
 
Back
Top