I have a small school that has a weird attendance policy by period. The policy is that if they attend 3 periods or more then they are considered present. This is an example
Student ID
Date
Per1
Per2
Per3
Per4
Per5
Per6
123456
8/10/2022
P
P
P
P
P
P
123456
8/11/2022
P
P
P
P
P
P
123456
8/12/2022
A
A
A
A
P
P
I would like a formula that is something like for the day if they have > 3 “P” then give them a “Y” in a virtual column for present. That way I can add up all the days to give them the correct attendance. Any ideas?
Can you control the schema of that table? I ask because it’s a little bit against the normalization rules. Not an AppSheet thing per se, but it could help a lot
One step further if I can ask, I made a new column that if the count is >= 3 then give a yes value, I now need a count of all the yes values a student has. Something like this