Aide LibreOfficeDev 24.8
Sorts the contents of a range or array based on the values in a corresponding range or array.
TRIERPAR(Plage; TriparPlage1; OrdredeTri1 [; TriparPlage2; OrdreTri2,[...] ])
Range: The array or range to sort.
TriparPlage1, TriparPlage2,... : plage 1, plage 2,... sont les matrices ou plages sur lesquelles trier.
OrdredeTri1, OrdredeTri2,... : ordre 1, ordre 2,... sont les ordres à utiliser pour le tri. 1 pour croissant, -1 pour décroissant. La valeur par défaut est croissante.
{=SORTBY(A2:C7;A2:A7;1;C2:C7;-1)}
Sort the range A2:C7 based on the first column in ascending order and third column in descending order.
COM.MICROSOFT.SORTBY