DEV Community

Cover image for #107 — Sorting of Simple Members
Judith-Excel-Sharing
Judith-Excel-Sharing

Posted on

#107 — Sorting of Simple Members

Problem description & analysis:

Here below is a data table:

source table

Task: We want to sort the values in ascending and descending orders.

Solution:

Use SPL XLL and enter the following formulas respectively.

1) Sort in ascending order:
=spl("=?.sort()",A1:A10)
result table 1

2) Sort in descending order:
=spl("=?.sort(~:-1)",A1:A10)
result table 2


Download esProc Desktop for FREE and enhance your Excel arsenal with SPL XLL! 🚀🔥⬇️

✨SPL download address: esProc Desktop FREE Download

✨Plugin Installation Method: SPL XLL Installation and Configuration

✨References to other rich Excel operation cases: Desktop and Excel Data Processing Cases

✨YouTube FREE courses: SPL Programming

Top comments (1)

Collapse
 
judith677 profile image
Judith-Excel-Sharing

Let us know what you think of the solutions, and we’re happy to explore further together! 🙌

Discord
Reddit