The Sort Descending() function would return the values in descending order. The following demonstrates the concept. The subscript of 2 will capture the second highest value. You will need to change the column names to your actual column names:
Sort Descending( Eval List( {:A, :B, :C} ) )[2]
Hope that helps!
Wendy