Forum Discussion

Lonnie White III's avatar
Lonnie White III
Copper Contributor
May 06, 2020
Solved

How to COUNTIF if Values are Less Than but Greater Than

Ok...  Not sure if this has been answered.  If I have a set of times; for example, login times.  Below is a sample of student login times.  The issue I'm running into is finding a formula that works for J6; where anything that is less than J6 but greater than J7 is counted. The scenario I'm trying to capture is a single number that represents how many students have "Good Login Time", Below 30 Minutes Login Time, and None.  Am I missing a step or not thinking of this correctly?

 

 T
400:42:54
410:40:01
420:20:40
430:00:00
440:27:22
450:42:14
460:42:41
470:00:00
480:22:19
490:39:32

 

 

J5--->0:30:00Good Login Time=COUNTIF(T40:T49,">="&J5)5
J6--->0:29:59Below 30 minutes; more Login Time needed.WHAT IS THE MISSING FORMULA?3
J7--->0:00:00No Login Time Recorded=COUNTIF(T40:T49,"="&J7)2

 

Resources