I'm using the following formula to identify individuals in a list of individuals performing a task and categorizing the time they complete it in: =COUNTIFS($A:$A,"someperson",$D:$D,G1) , where G1 is <=4:00:00. What I what do do is have G1 define a time range such as: equal to between 4:00:00 and 8:00:00. I just can't figure out the proper syntax.
Any help would be appreciated