I have searched and searched and all answers do not seem to work. I am trying to count how many instances of a name and a job happen during a date range. I can count for my entire sheet but when I try to add the date range, i return a 0 each time.
My original formula is
=COUNTIFS(Hotlist!$N$2:$N$3000,B$6,Hotlist!$M$2:$M$3000,$A7)
Where N column range is Name ref in B6
Where M column range is Job ref in A7
I want to only find Name and Job in date range 2/1/2024 - 2/29/2024
I can do this by separating my data to individual month tabs but would prefer not.
My original formula is
=COUNTIFS(Hotlist!$N$2:$N$3000,B$6,Hotlist!$M$2:$M$3000,$A7)
Where N column range is Name ref in B6
Where M column range is Job ref in A7
I want to only find Name and Job in date range 2/1/2024 - 2/29/2024
I can do this by separating my data to individual month tabs but would prefer not.