ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Time (https://www.excelbanter.com/excel-discussion-misc-queries/262208-time.html)

Howard

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

David Biddulph[_2_]

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




Gary''s Student

Time
 
=COUNTIF(D:D,"<" & 0.00694444444)

--
Gary''s Student - gsnu201001

Howard

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



.


dlw

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


Teethless mama

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