
Originally Posted by
MasterBash
wow, this is actually really cool and it is working great !

If I actually wanted to select 2 filters in the same column... or just remove a single one. Let's say I wanted to select UPS and Fedex. Or select themm all and just remove Canada post. How would I do that ?
It's hard work. I'll have a think about it, but it may not happen!
I can do one where you can delete the service level to a blank cell in row 6 so that Service Level isn't filtered at all. Also the same with Shipment; just press the delete key on cells in rows 6 and/or 7 to remove that filter.
For this to work like that, change the formula in cell A8 to:
=COUNTIFS(Table1[[Date Added]:[Date Added]],">=" & A3+A5,Table1[[Date Added]:[Date Added]],"<" & A4+A5,Table1[[Service Level]:[Service Level]],IF(A6="","*",A6),Table1[[Shipment]:[Shipment]],IF(A7="","*",A7))
and copy across.