Classement

Bonjour,
J’ai une colonne avec des athlètes, puis 10 colonnes avec des performances. Je souhaite récupérer pour chaque athlète la 2ème meilleure performance, la 3ème pour effectuer ensuite des calcul. Quelle est la meilleur méthode? La colonne rollup permet de récupérer uniquement la meilleure performance (maximum).
Merci beaucoup,
Stéphane

Perhaps something like the following:

  • Use a Make Array column to create an array from your 10 performance columns
  • A Sort Array column to sort the array (this will only work if all of your 10 columns are number types)
  • Two Single value columns: one to pick 1 from start of the array, and the other to pick 2 from the start of the array
1 Like

:+1: merci beaucoup.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.