Hello!
Currently I have a Jira connector that pulls in Jira ticket data and sorts it by ticket topic (column 1), status(Column 2), and date opened. This sheet has a years worth of data separated by date opened.
I know how to use COUNTIFS to find the Open and Closed Jiras by topic (eg - =COUNTIFS({Reference Sheet Name}, "Closed", {Reference Sheet Name}, Topics@row).
I am trying to add to this formula to only pull in Jira closed ticket information for the month of January 2023.
Any help would be appreciated!