Time

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,
 
D

dlw

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top