B
Brendon
I would like to count the number of people that meet the following
criteria:
Arrival Time (12:00am-12:00pm)
Visit Type: (A or W or D)
Wait Time (between 11-20 mins)
Here's what I have so far:
=SUMPRODUCT(--(PTARRTIME<0.5)*((TIME(0,11,0)<PTWTTIME<=(TIME(0,20,1)))*
(VISITTYPE="A")))
This will calculate all patients who arrived in the morning, were an
appointment patient, and waited between 11-20 minutes.
Any assistance is greatly appreciated.
criteria:
Arrival Time (12:00am-12:00pm)
Visit Type: (A or W or D)
Wait Time (between 11-20 mins)
Here's what I have so far:
=SUMPRODUCT(--(PTARRTIME<0.5)*((TIME(0,11,0)<PTWTTIME<=(TIME(0,20,1)))*
(VISITTYPE="A")))
This will calculate all patients who arrived in the morning, were an
appointment patient, and waited between 11-20 minutes.
Any assistance is greatly appreciated.