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 it be able to pull the data from Q3 Tickets in the 3rd quarter, but be smart enough to go to the aptly named Q4 Tickets in a couple of weeks. Any ideas?
=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 it be able to pull the data from Q3 Tickets in the 3rd quarter, but be smart enough to go to the aptly named Q4 Tickets in a couple of weeks. Any ideas?