Forum Discussion
Lonnie White III
May 06, 2020Copper Contributor
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 | |
40 | 0:42:54 |
41 | 0:40:01 |
42 | 0:20:40 |
43 | 0:00:00 |
44 | 0:27:22 |
45 | 0:42:14 |
46 | 0:42:41 |
47 | 0:00:00 |
48 | 0:22:19 |
49 | 0:39:32 |
J5---> | 0:30:00 | Good Login Time | =COUNTIF(T40:T49,">="&J5) | 5 |
J6---> | 0:29:59 | Below 30 minutes; more Login Time needed. | WHAT IS THE MISSING FORMULA? | 3 |
J7---> | 0:00:00 | No Login Time Recorded | =COUNTIF(T40:T49,"="&J7) | 2 |
2 Replies
- Lonnie White IIICopper ContributorThank you so much! Your recommendation worked like a charm! My sheet is complete!...FOR NOW!