Greetings -
I built a sheet that shows me how many times each of my employees made entries in a specific tab, based on how many times they entered a date between a specific range. The formula I have now works, but it's very manual and I'd rather be able to choose the date range by simply changing it in 2 cells. I have tried to change my formula using "<="&C1 and ">="&D1, but it doesn't return anything. I can't figure out why it's not working. Any help would be appreciated.
I built a sheet that shows me how many times each of my employees made entries in a specific tab, based on how many times they entered a date between a specific range. The formula I have now works, but it's very manual and I'd rather be able to choose the date range by simply changing it in 2 cells. I have tried to change my formula using "<="&C1 and ">="&D1, but it doesn't return anything. I can't figure out why it's not working. Any help would be appreciated.
Master Call Listening Tracker 2023.xlsx | |||||
---|---|---|---|---|---|
B | C | D | |||
2 | Date Range | 5/1/2023 | 8/8/2023 | ||
3 | |||||
4 | Andrew | 0 | |||
5 | Andrew K | 0 | |||
6 | Anthony | 0 | |||
7 | Asa | 0 | |||
8 | Brandon | 0 | |||
9 | Chad | 0 | |||
10 | Christie | 19 | |||
11 | Cody | 0 | |||
12 | CJ | 0 | |||
13 | Evan | 0 | |||
14 | Glenn | 0 | |||
15 | James | 0 | |||
16 | Josiah | 0 | |||
17 | Justin | 0 | |||
18 | Karen | 0 | |||
19 | Kelly | 0 | |||
20 | Kyle | 3 | |||
21 | Logan | 0 | |||
22 | Matt | 0 | |||
23 | Megan | 0 | |||
24 | Miranda | 0 | |||
25 | Morgan | 0 | |||
26 | Ryan | 0 | |||
27 | Sandra | 0 | |||
28 | Stephanie | 0 | |||
29 | Tom | 0 | |||
30 | Tyler | 0 | |||
Weekly Tracking |
Cell Formulas | ||
---|---|---|
Range | Formula | |
C4:C30 | C4 | =COUNTIFS(Date_Tracked,">=8/1/2023",Date_Tracked,"<=8/8/2023",Observer,'Weekly Tracking'!B4) |
Named Ranges | ||
---|---|---|
Name | Refers To | Cells |
Date_Tracked | ='Call Study - Tech'!$E$3:$E$1048576 | C4:C30 |
Observer | ='Call Study - Tech'!$D$3:$D$1048576 | C4:C30 |