Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,272
Default Searching by date

Jim,

Assuming times in column A, amounts in B, try

=SUMPRODUCT((A1:A1000=TIME(13,0,0))*(A1:A1000<TIM E(14,0,0)*(B1:B1000<=3000)
))

--

HTH

Bob Phillips
... looking out across Poole Harbour to the Purbecks
(remove nothere from the email address if mailing direct)

"Jim K" wrote in message
...
I have data collect daily and need to report on this data. I need to find
1, the number of samples that occurred between 1-2am
2. the number of samples between 1-2am that were 3000
3. the number of samples between 1-2am that were <=3000 (obviously if I

can find 1-2 then I can determine 3)

I have to repeat this process for the entire 24 hour period.

Any help would be greatly appreciated, since this process it taking 45-60

minutes per day.

Thanks.

Jim



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
functions searching by date AJB Excel Discussion (Misc queries) 1 November 17th 08 09:32 PM
Searching a date range to output values according to a constant. daddylonglegs Excel Discussion (Misc queries) 0 November 30th 06 08:23 PM
Searching a date Neil Meehan Excel Discussion (Misc queries) 1 April 30th 06 03:12 PM
searching date Irunalotta Excel Programming 1 December 2nd 03 06:37 PM
userform with date searching in worksheet excelnewbie166 Excel Programming 5 November 28th 03 09:58 PM


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