A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » General Discussion
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Time



 
 
Thread Tools Display Modes
  #1  
Old April 22nd, 2010, 09:33 PM posted to microsoft.public.excel.misc
Howard
external usenet poster
 
Posts: 20
Default 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
  #2  
Old April 22nd, 2010, 09:51 PM posted to microsoft.public.excel.misc
David Biddulph
external usenet poster
 
Posts: 8,714
Default Time

=COUNTIF(D1100,""&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



  #3  
Old April 22nd, 2010, 10:29 PM posted to microsoft.public.excel.misc
Gary''s Student
external usenet poster
 
Posts: 7,584
Default Time

=COUNTIF(D,"" & 0.00694444444)

--
Gary''s Student - gsnu201001
  #4  
Old April 22nd, 2010, 10:36 PM posted to microsoft.public.excel.misc
Howard
external usenet poster
 
Posts: 20
Default Time

Thank you both very much. I would never have worked it out!
--
Howard


"David Biddulph" wrote:

=COUNTIF(D1100,""&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



.

  #5  
Old April 22nd, 2010, 10:36 PM posted to microsoft.public.excel.misc
dlw
external usenet poster
 
Posts: 1,600
Default 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

  #6  
Old April 23rd, 2010, 12:51 AM posted to microsoft.public.excel.misc
Teethless mama
external usenet poster
 
Posts: 3,722
Default Time

=COUNTIF(D17,"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

 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 03:57 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.