Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
KS
 
Posts: n/a
Default Count items between specific hours on a matching date

I have a scanning project where I now need to report the number of scans per
hour each day.

I have all the data where the date is in column C and time in column d. In
row 1 starting at column H is 7:00am, 8:00am, etc. In column I are dates;
11/30/04, 12/01/04. What I am looking for is how many scans occured each day
within what hours. I have the hour formula
=SUMPRODUCT(($D$2:$D$3000=H$1)*($D$2:$D$3000<=I$1 )) which shows how many
were done between 7am and 8am for all days. I just want the ones done at that
time on the date in I2 (11/20/04).

Help!
  #2   Report Post  
Dave R.
 
Posts: n/a
Default

Can't you just add in a term to check that the date column value matches I2?
, e.g.;

=SUMPRODUCT(($D$2:$D$3000=H$1)*($D$2:$D$3000<=I$1 )*($C$2:$C$3000=I$2))


"KS" wrote in message
...
I have a scanning project where I now need to report the number of scans

per
hour each day.

I have all the data where the date is in column C and time in column d. In
row 1 starting at column H is 7:00am, 8:00am, etc. In column I are dates;
11/30/04, 12/01/04. What I am looking for is how many scans occured each

day
within what hours. I have the hour formula
=SUMPRODUCT(($D$2:$D$3000=H$1)*($D$2:$D$3000<=I$1 )) which shows how many
were done between 7am and 8am for all days. I just want the ones done at

that
time on the date in I2 (11/20/04).

Help!



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
Adding hours to a date Rich Excel Worksheet Functions 6 November 28th 06 08:50 PM
Trying to make cell "date sensitive" to specific date ebuzz13 Excel Discussion (Misc queries) 1 January 19th 05 11:04 PM
How do I make a cell date specific to input a value on a specific. ebuzz13 Excel Discussion (Misc queries) 1 January 18th 05 05:53 PM
Find Count of Items with certain criteria Tucson Guy Excel Discussion (Misc queries) 3 January 1st 05 02:11 PM
Count data entries and date problem Gef Excel Worksheet Functions 5 November 4th 04 02:30 PM


All times are GMT +1. The time now is 07:14 PM.

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

About Us

"It's about Microsoft Excel"