B
Brendon
I have the following formula:
=IF(ISBLANK(A7),"",SUMPRODUCT(--(PTARRTIME<>""),--(PTARRTIME>=TIME(LEFT
(C$6,2),MID(C$6,4,2),0)),--(PTARRTIME<TIME(MID(C$6,7,2),RIGHT(C$6,2),
59)),--(PTORDDATE=$A7)))
Basically what this does is look into C6, (05:00-05:29) and calculate
the number of people seen between these times, and on the date (A7).
For some reason, it's not calculating correctly. When I do manual
counts, it gives me a different number. Am I missing something here?
Brendon
=IF(ISBLANK(A7),"",SUMPRODUCT(--(PTARRTIME<>""),--(PTARRTIME>=TIME(LEFT
(C$6,2),MID(C$6,4,2),0)),--(PTARRTIME<TIME(MID(C$6,7,2),RIGHT(C$6,2),
59)),--(PTORDDATE=$A7)))
Basically what this does is look into C6, (05:00-05:29) and calculate
the number of people seen between these times, and on the date (A7).
For some reason, it's not calculating correctly. When I do manual
counts, it gives me a different number. Am I missing something here?
Brendon