Hi, i'm looking to have a score generated if one or more criteria are met.
Currently, i have
=IF(CONTAINS("Gait Balance", [Why did they not pass Gait?]@row), IF(AND([Why did they not pass Gait?]@row <> "Gait Symmetry", [Why did they not pass Gait?]3 <> "60"), IF(AND([Why did they not pass Gait?]@row <> "Gait Power", [Why did they not pass Gait?]3 <> "60"), "70", "100"), "100"))
I need to add more criteria (Gait Power = 10, Gait Stride - 10, Cognitive =25, and Symptoms = 15