H Howard Apr 22, 2010 #1 I have time (mm:ss) in Column D. How do I count the number of times that the time is less than 10 minutes. Thanks,
I have time (mm:ss) in Column D. How do I count the number of times that the time is less than 10 minutes. Thanks,
D dlw Apr 22, 2010 #4 make a helper column that just shows the seconds , =second(D1) and copy down, and then =countif(E1:E10,">10") where E is the column showing the seconds
make a helper column that just shows the seconds , =second(D1) and copy down, and then =countif(E1:E10,">10") where E is the column showing the seconds