DEV Community

Cover image for #107 — Sorting of Simple Members
Judith-Data-Processing-Hacks
Judith-Data-Processing-Hacks

Posted on • Edited on

2 1 1 1 1

#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

Image of Datadog

The Future of AI, LLMs, and Observability on Google Cloud

Datadog sat down with Google’s Director of AI to discuss the current and future states of AI, ML, and LLMs on Google Cloud. Discover 7 key insights for technical leaders, covering everything from upskilling teams to observability best practices

Learn More

Top comments (1)

Collapse
 
judith677 profile image
Judith-Data-Processing-Hacks

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

Discord
Reddit

Sentry image

See why 4M developers consider Sentry, “not bad.”

Fixing code doesn’t have to be the worst part of your day. Learn how Sentry can help.

Learn more