Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
MIchel Khennafi
 
Posts: n/a
Default Count function applied to a time period

Good Morning to all of you

Submitting a question about a count function...

I built a spreadsheet to log calls my customers are making... I log:
- the day of the call (March 31, 2006 for instance)
- The time of the day (10:05 AM for instance)

I would like to create a summary table where I have the day of the week and
the period (From 7:00 AM - to 8:00 AM, from 8:00 AM to 9:00 AM....)
What is the function I should use to determine the number of call per
period?

Has anyone done this before?

Regards

Michel


  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Bob Phillips
 
Posts: n/a
Default Count function applied to a time period

=SUMPRODUCT(--(a2:A200=--"2006-03-31"),--(B2:B200=--"07:00"),--(B2:B200<--"
08:00"))

counts all calls on 31st between 7 and 8 AM

--
HTH

Bob Phillips

(remove nothere from email address if mailing direct)

"MIchel Khennafi" wrote in message
...
Good Morning to all of you

Submitting a question about a count function...

I built a spreadsheet to log calls my customers are making... I log:
- the day of the call (March 31, 2006 for instance)
- The time of the day (10:05 AM for instance)

I would like to create a summary table where I have the day of the week

and
the period (From 7:00 AM - to 8:00 AM, from 8:00 AM to 9:00 AM....)
What is the function I should use to determine the number of call per
period?

Has anyone done this before?

Regards

Michel




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
VBA Monty Excel Worksheet Functions 2 January 30th 06 02:37 PM
Conversion SVC Excel Worksheet Functions 9 February 28th 05 03:29 PM
Can I count in an array based on a function? HokieLawrence Excel Worksheet Functions 2 February 12th 05 04:05 AM
How can I use count function in excel where I have several criter. Princess V Excel Worksheet Functions 14 November 3rd 04 11:18 PM
Sum and Count Function Daniell Excel Worksheet Functions 0 November 2nd 04 01:03 AM


All times are GMT +1. The time now is 12:53 AM.

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"