I have a formula that goes like this:
=COUNTIFS('Q3 Tickets'!$B:$B,">="&AM$2,'Q3 Tickets'!$B:$B,"<"&AM$3,'Q3 Tickets'!$E:$E,"SEV1")
It is looking in a worksheet called Q3 Tickets and finding all of the tickets that were created this week and were a Severity 1 ticket.
What I want to do is have...