![]() |
Time
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, -- Howard |
Time
=COUNTIF(D1:D100,"<"&TIME(0,10,0))
-- David Biddulph "Howard" wrote in message ... 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, -- Howard |
Time
=COUNTIF(D:D,"<" & 0.00694444444)
-- Gary''s Student - gsnu201001 |
Time
Thank you both very much. I would never have worked it out!
-- Howard "David Biddulph" wrote: =COUNTIF(D1:D100,"<"&TIME(0,10,0)) -- David Biddulph "Howard" wrote in message ... 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, -- Howard . |
Time
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 "Howard" wrote: 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, -- Howard |
Time
=COUNTIF(D1:D7,"<0:10")
"Howard" wrote: 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, -- Howard |
All times are GMT +1. The time now is 08:42 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com