Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 15
Default COUNTIF to be used with a time range

I am currently using this formula

=COUNTIF($F$6:$F$1194,"Fast") to count cells with the word "Fast", but
how do we set it up to give a time range, example..

Calls between 00:01 to 00:05 minutes ?

Thanks
JP

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,886
Default COUNTIF to be used with a time range

Hi

Put the lower time in A1, the larger in B1 and use

=SUMPRODUCT(($F$6:$F$1194=A1)*($F$6:$F$1194<=B1))

--
Regards

Roger Govier


wrote in message
oups.com...
I am currently using this formula

=COUNTIF($F$6:$F$1194,"Fast") to count cells with the word "Fast", but
how do we set it up to give a time range, example..

Calls between 00:01 to 00:05 minutes ?

Thanks
JP



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
countif with time NEHicks Excel Worksheet Functions 3 January 27th 10 04:05 AM
COUNTIF with a range of time values Kazman Excel Worksheet Functions 2 September 23rd 09 05:32 AM
Countif in a time range smcmoran Excel Worksheet Functions 5 October 16th 08 04:26 PM
Countif time S.C Excel Worksheet Functions 4 March 30th 07 03:58 AM
COUNTIF or not to COUNTIF on a range in another sheet Ellie Excel Worksheet Functions 4 September 15th 05 10:06 PM


All times are GMT +1. The time now is 05:35 PM.

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

About Us

"It's about Microsoft Excel"