I'm trying to find the max value between all the strength columns and have it return the column name of the max value. I've tried the following formula as suggested by AI and other articles I've found but I keep getting #UNPARSEABLE.
=INDEX([Behavioral - Strength]@row:[Respiratory - Strength]@row, MATCH(MAX([Behavioral - Strength]@row:[Respiratory - Strength]@row), ([Behavioral - Strength]@row:[Respiratory - Strength]@row),)))
Any help is greatly appreciated!