If the book is reasonably stable you could use some VBA code on a 'Worksheet_Change' trigger to test and remove any criteria that had been applied to Criteria1 or Criteria5 such as forOriginally Posted by DanMnz
Selection.AutoFilter Field:=1, Criteria1:="Monday"
you would clear by using
Selection.AutoFilter Field:=1
but if you are not versed in VB then this could be fraught with danger.
---
Bookmarks