emisa042185
New Member
- Joined
- May 25, 2013
- Messages
- 31
Hi there!
Hope some could help me. I have time stamps for several student in a class who will go for break lunch and coaching. I want to know what is the exact formula to use to count the number of occurance of either lunch break or coaching in an hourly interval basing from the timestamp.
i used countifs with predefined name for logged time, subject and actvity
formula used: =countifs(logged_time,">="&a1,logged_time,"<"&a2,Subject,"="&$A$5",Activity,"="&$A$6))
where: logged_time, Subject, Activity are pre-defined names which have the same range size
a1 is where the start time is (eg 7:00 AM)
a2 is where the end time is (eg 8:00 AM)
so basically i am looking for a formula to count the number of either break, lunch or coaching, in an hourly interval per subject.
a5, and a6 is where the reference of the subject (eg,, math or science)
many thanks
Ed
Hope some could help me. I have time stamps for several student in a class who will go for break lunch and coaching. I want to know what is the exact formula to use to count the number of occurance of either lunch break or coaching in an hourly interval basing from the timestamp.
i used countifs with predefined name for logged time, subject and actvity
formula used: =countifs(logged_time,">="&a1,logged_time,"<"&a2,Subject,"="&$A$5",Activity,"="&$A$6))
where: logged_time, Subject, Activity are pre-defined names which have the same range size
a1 is where the start time is (eg 7:00 AM)
a2 is where the end time is (eg 8:00 AM)
so basically i am looking for a formula to count the number of either break, lunch or coaching, in an hourly interval per subject.
a5, and a6 is where the reference of the subject (eg,, math or science)
many thanks
Ed