Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
TRM
 
Posts: n/a
Default Countif - Counting time in a Column

I am trying to count the occurances of time in a column e.g how many calls
were received between 07:00:00 and 17:0:00 Does anyone know a formula that
works for time?
  #2   Report Post  
B. R.Ramachandran
 
Posts: n/a
Default

Hi,

Supposing that the time data are in A2....A100, to count the number of calls
that were received between 07:00:00 (enter this B2) and 17:00:00 (enter this
in C2), and in D2 enter the following formula and click Enter.

=SUMPRODUCT((A2:A100=B2)*(A2:A100<=C2))

Regards,
B. R. Ramachandran

"TRM" wrote:

I am trying to count the occurances of time in a column e.g how many calls
were received between 07:00:00 and 17:0:00 Does anyone know a formula that
works for time?

  #3   Report Post  
tjtjjtjt
 
Posts: n/a
Default

Here's another version:
=SUMPRODUCT(--(A1:A22=TIME(7,0,0)),--(A1:A22<=TIME(17,0,0)))
--
tj


"TRM" wrote:

I am trying to count the occurances of time in a column e.g how many calls
were received between 07:00:00 and 17:0:00 Does anyone know a formula that
works for time?

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
Counting item in a column Daniel - Sydney Excel Discussion (Misc queries) 4 September 1st 05 07:26 AM
Counting States basied on the time and date stamp TJ Excel Discussion (Misc queries) 1 July 7th 05 04:50 PM
match and count words David Excel Worksheet Functions 5 July 4th 05 02:24 AM
Excel: Add time to a date and time column? Nik Excel Worksheet Functions 3 April 29th 05 02:52 AM
Time axis column and scatter/line graph kraymond Charts and Charting in Excel 5 February 8th 05 11:34 PM


All times are GMT +1. The time now is 11:24 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"