10.2 Sorting of row-based data

 

Here below is a data table:

imagepng

Sort in ascending order by TotalScore:

=spl("=E(?).sort(TotalScore)",A1:C12)

imagepng

Sort in descending order by TotalScore:

=spl("=E(?).sort(TotalScore:-1)",A1:C12)

imagepng


https://c.scudata.com/article/1651916536524
https://c.scudata.com/article/1656138783538
https://c.scudata.com/article/1656205971138