Hello everyone
I need a bit of help. I need to keep track of how many students attended classes in May, June, July, and August 2006. Students could attend classes in just one of those months, or all of those months. Each record is an individual student. I have a list that looks a little like this:
May? | June? | July? | Aug? | Class_date | Class_date | Class_date |
Yes | No | Yes | No | 05/10/2006 | 07/06/2006 | 05/25/2006 |
No | Yes | Yes | No | 06/06/2006 | 07/12/2006 |
I only need to determine if a student attended at least one class in the month of interest. I then count all the “Yes” in each month’s column. As new students attend they are added to the list, and the list is resorted by last name. I’m trying to automate this so I don’t have to enter Yes, or No in the month columns. I can potentionally expect up to 300 students.
Any suggestions?
Thanks so much,
Rich