We would like to have all the criteria for a created date by week. the number of new helpdesk tickets created by each end user for a given week.
Example: Week of 7/7/25 Mickey submitted 5 tickets, Donald Duck submitted 10 tickets, part of Donalds 10 tickets only 5 were reported in week 7/7/25.
Report
Week of 7/7:
Name: Count:
Mickey 5
Donald. 5
Week of 6/30:
Name: Count:
Donald 5
This is our attempt:
=COUNTIFS([Date reported]15:[Date reported]34, WEEKNUMBER(34), [Reported by]15:[Reported by]34, "persons name")
Advise how we can write this, please.
Ard