Time

  • Thread starter Thread starter Howard
  • Start date Start date
H

Howard

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,
 
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
 
Back
Top