I’m trying to figure out how to count the values of several fields in my table.
Here’s the setup:
-
I have a table for each “class” our school teaches.
-
Each table has fields for every lesson question, with a multi-choice outcome for each lesson (e.g. “Complete,” “Needs resubmission,” etc).
-
Example: Student Suzy is working on Intro to Archeology. She’s marked “Complete” on 5 of the 7 lessons in that class. I want a way to count those so I can see how many lessons she’s completed.
What I’ve tried:
-
The fields are multi-choice, and I’d like to count how many are set to “Complete.”
-
I thought about adding new number fields for each lesson outcome with conditional rules (if Lesson 1 = Complete, then 1), but this isn’t practical since I have 64 courses and each has multiple lessons.
My question:
Is there a way (via a formula or another approach) to count the values across fields X, Y, Z only if they are “Complete,” and return the total number?
