Hello -
I am trying to get a total count field if student's have passed multiple tests. There are six fields representing each test. Within each multi select field the contents contain: Drop downs for fields: Pass 4/5/24, Pass 4/17/24, Fail 4/5/24, Fail 4/17/24. I want to use a multi-select tool so if/when they retake the test, I can note which date they passed or failed.
Fields:
- Test 1
- Test 2
- Test 3
- Test 4
- Test 5
- Test 6
I would like another column to say, if the fields contain pass, then count it as one. If a student passes 4 out of 6 of the tests, I would like the column to have the total = 4.
I am stuck combining the multiple fields. Airtable provides the following equation to count for one multi select field: IF({YOUR MULTIPLE-SELECT FIELD NAME},LEN({YOUR MULTIPLE-SELECT FIELD NAME})-LEN(SUBSTITUTE({YOUR MULTIPLE-SELECT FIELD NAME},",",""))+1)
Is there a way to create a formula that will count from multiple fields if specific criteria is met?
Thank you in advance for any insight!