M
Michael Noblet
I have a calendar report that shows the duration a person
is in the ER based on entry and exit times. Below is
sample data for this question:
Patient TimeIn TimeOut
JDM 00:17 03:08
JBL 00:26 05:28
SSE 00:31 04:45
ARW 00:46 04:34
MFW 00:49 03:10
I need to total the number of patients durring each hour
so:
12am = 5
1am = 5
2am = 5
3am = 5
4am = 3
5am = 1
6am = 0
any ideas on how to total or count the # of patients per
hour?
is in the ER based on entry and exit times. Below is
sample data for this question:
Patient TimeIn TimeOut
JDM 00:17 03:08
JBL 00:26 05:28
SSE 00:31 04:45
ARW 00:46 04:34
MFW 00:49 03:10
I need to total the number of patients durring each hour
so:
12am = 5
1am = 5
2am = 5
3am = 5
4am = 3
5am = 1
6am = 0
any ideas on how to total or count the # of patients per
hour?