I have been able to have one IF statement return one value but when i try to add multiples i receive #unpareseable. Can someone tell me what i'm doing wrong?
Trying to have a
"Cognitive" value return "Sport Gait "1"
"Gait" value return "Sport Gait 2"
"Both" value return "Sport Gait 1&2"
=IF([Why did they not pass?]@row= "Cognitive", "Sport Gate 1"), = IF([Why did they not pass?]@row= "Gait", "Sport Gate 2", = IF([Why did they not pass?]@row= "Both", "Sport Gait 1&2")