Announcements
This site is in read only until July 22 as we migrate to a new platform; refer to this community post for more details.

Finding the highest Value/Score from columns

Uk
Silver 1
Silver 1

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

ok.PNG

Solved Solved
0 4 292
1 ACCEPTED 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.

View solution in original post

4 REPLIES 4
Top Labels in this Space