LibreOfficeDev 25.8 Help
JkEQn‖Sorts the contents of a range or array.
JFZRF‖Enter the formula as an array formula.
DmRKh‖SORT(Range [; SortIndex [; SortOrder [; ByCol] ] ])
gmV6H‖Range: the range or array to sort.
WQaKY‖SortIndex: (optional). The number indicating the row or column to sort by.
P5DGG‖SortOrder: (optional). A number indicating the desired sort order; 1 for ascending order (default), -1 for descending order.
5Vo8L‖ByCol: (optional). A logical value indicating the desired sort direction; FALSE to sort by row (default), TRUE to sort by column.
MCbv5‖{=SORT(A2:C6;2;1)}
MBgRu‖Sort the range A2:C6 based on the second column in ascending order (Sales).
| EQiyc‖book | 17 | 180 | 
| AA3th‖pencil | 20 | 65 | 
| zjCpK‖notebook | 20 | 190 | 
| GDXFf‖pen | 35 | 85 | 
| ofndu‖pencil-case | not | not | 
SC7Zw‖{=SORT(A2:C6;3;-1)}
FSrYH‖Sort the range A2:C6 based on the third column in descending order (Revenue).
| 5KSd6‖pencil-case | not | not | 
| hHqSc‖notebook | 20 | 190 | 
| Eh74E‖book | 17 | 180 | 
| KGKEY‖pen | 35 | 85 | 
| fjhFK‖pencil | 20 | 65 | 
COM.MICROSOFT.SORT