Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default Counting dates within a range

I have a large database of ~10,000 dated and timed entries. Each entry
represents the date and time of a hospital admission. I would like to know
for each entry, how many other events took place within 24 hours. I am trying
to figure out how many hospital admission happened in the 12 hours prior to
and after each admission to estimate the daily admission rate more accurately
than just by calendar day.

I have tried
=COUNTIFS(AV:AV,"<="&(AV2+0.5),AV:AV,"="&(AV2-0.5))
Where AV is the column of all dates, and AV2 is the date in question. This
formula is not accurate, and I can't figure out why

I'm looking to make a data sheet such as below (I've figured out the
calendar day column), but I can't figure out how to do the 24h count.

Id# Date Calendar day count 24h count
1 1/1/10 12:00 2 2
2 1/1/10 23:00 2 4
3 1/2/10 01:30 3 3
4 1/2/10 11:00 3 3
5 1/2/10 14:00 3 2

Thank you for your help!
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 834
Default Counting dates within a range

Try

=SUMPRODUCT(--(AV:AV<AV2+0.5),--(AV:AV=AV2-0.5))

--

HTH

Bob

"towem3" wrote in message
...
I have a large database of ~10,000 dated and timed entries. Each entry
represents the date and time of a hospital admission. I would like to know
for each entry, how many other events took place within 24 hours. I am
trying
to figure out how many hospital admission happened in the 12 hours prior
to
and after each admission to estimate the daily admission rate more
accurately
than just by calendar day.

I have tried
=COUNTIFS(AV:AV,"<="&(AV2+0.5),AV:AV,"="&(AV2-0.5))
Where AV is the column of all dates, and AV2 is the date in question. This
formula is not accurate, and I can't figure out why

I'm looking to make a data sheet such as below (I've figured out the
calendar day column), but I can't figure out how to do the 24h count.

Id# Date Calendar day count 24h count
1 1/1/10 12:00 2 2
2 1/1/10 23:00 2 4
3 1/2/10 01:30 3 3
4 1/2/10 11:00 3 3
5 1/2/10 14:00 3 2

Thank you for your 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
counting multiple dates in a range majestyk Excel Worksheet Functions 1 February 10th 09 05:01 PM
Counting Empty Dates within a Range? Gina[_2_] Excel Worksheet Functions 3 July 24th 08 06:03 PM
Counting dates within a specified range MacAttack Excel Discussion (Misc queries) 1 December 7th 06 10:00 PM
Counting dates in a RANGE (yargh!) :) S Davis Excel Worksheet Functions 2 April 27th 06 03:01 AM
Counting Dates in a Range Matt7102 Excel Discussion (Misc queries) 9 January 13th 06 11:14 PM


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