Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Arun2902
 
Posts: n/a
Default Need to get a count on an hourly basis

Hi All,

Need help with getting the count of the number of orders that were submitted
on an hourly basis. For example: Col A has the name of the vendor, Col B has
the Date and Col C has the Time when the order was placed. I need help in
counting the number of orders that were received in a particular hour.

Appreciate any help with this.

Arun
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Toppers
 
Posts: n/a
Default Need to get a count on an hourly basis



=SUMPRODUCT(--(HOUR(A1:A20)=11))

will count orders received between 11:00 and 11:59

Does this help?



"Arun2902" wrote:

Hi All,

Need help with getting the count of the number of orders that were submitted
on an hourly basis. For example: Col A has the name of the vendor, Col B has
the Date and Col C has the Time when the order was placed. I need help in
counting the number of orders that were received in a particular hour.

Appreciate any help with this.

Arun

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Arun2902
 
Posts: n/a
Default Need to get a count on an hourly basis

Wow. That worked like a charm. If you could give me an option within the
formula to include a date ... I would be eternally grateful to you. Thank you
for your help Toppers.

"Toppers" wrote:



=SUMPRODUCT(--(HOUR(A1:A20)=11))

will count orders received between 11:00 and 11:59

Does this help?



"Arun2902" wrote:

Hi All,

Need help with getting the count of the number of orders that were submitted
on an hourly basis. For example: Col A has the name of the vendor, Col B has
the Date and Col C has the Time when the order was placed. I need help in
counting the number of orders that were received in a particular hour.

Appreciate any help with this.

Arun

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Bob Phillips
 
Posts: n/a
Default Need to get a count on an hourly basis

=SUMPRODUCT(--(HOUR(A1:A20)=11),--(B1:B20=--"2006-6-05"))

for 5th June

--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)

"Toppers" wrote in message
...


=SUMPRODUCT(--(HOUR(A1:A20)=11))

will count orders received between 11:00 and 11:59

Does this help?



"Arun2902" wrote:

Hi All,

Need help with getting the count of the number of orders that were

submitted
on an hourly basis. For example: Col A has the name of the vendor, Col B

has
the Date and Col C has the Time when the order was placed. I need help

in
counting the number of orders that were received in a particular hour.

Appreciate any help with this.

Arun



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
Subtotals by count PineRest Excel Discussion (Misc queries) 1 May 10th 06 05:09 PM
Count consecutive dates only [email protected] Excel Discussion (Misc queries) 0 May 4th 06 03:58 PM
Count Position of Filtered TEXT cells in a column Sam via OfficeKB.com Excel Worksheet Functions 8 May 18th 05 04:23 AM
Count Position of Filtered TEXT cells in a column Sam via OfficeKB.com Excel Worksheet Functions 0 May 15th 05 08:14 PM
Conversion SVC Excel Worksheet Functions 9 February 28th 05 02:29 PM


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