Hi
I'm trying to find the best way of counting particular options from a drop down list on another sheet by a certain date. The formula I have so far is:
=COUNTIFS(HAS({Job Log l Job Type}, "CD Creation"), HAS({Job Log l Job Type}, "CD Extraction", HAS({Job Log l Job Type}, "Scan & post", HAS({Job Log l Job Type}, "USB Creation", HAS({Job Log l Job Type}, "USB extraction")))), {Job Log l Date} = Date@row)
My reference sheet is called Job Log.
I want to be able to reference this sheet to count the number of; CD Creation, Extraction, Scan & Post, USB Creation / extraction jobs for a particular date:
Job Log Sheet screen shot
SLA Tracker Sheet screen shot
When I get a formula that works I would expect to see the figure 2 against 07/11/22 and 3 against 08/11/22 in my SLA tracker above.
Are formulas the best thing for this type of thing or is there a better way of doing this?
TIA
Cheryl