Hi All,
How to find the highest Score from these columns?
say, in this table , it has:
Score A = 80
Score B = 79
Score C = 80
Any idea what is the formula how to know the highest score form the column above? thanks
Solved! Go to Solution.
When computing within the same row, the columns will need to mentioned exclusively.
MAX(LIST([Score A] , [Score B] , [Score C]))
will get the highest score.
User | Count |
---|---|
35 | |
9 | |
3 | |
3 | |
2 |