Skip to main content

Command Palette

Search for a command to run...

#108 — Sorting of Row-Based Data

Published
1 min read
#108 — Sorting of Row-Based Data
E

esProc SPL is a JVM-based programming language designed for structured data computation, serving as both a data analysis tool and an embedded computing engine. FREE download👉🏻: https://www.esproc.com/download-esproc

Problem description & analysis:

Here below is a data table:

Task: We want to sort the data in ascending and descending orders by TotalScore.

Solution:

Use SPL XLL and enter the following formulas respectively:

  1. Sort in ascending order by TotalScore:
=spl("=E(?).sort(TotalScore)",A1:C12)

2. Sort in descending order by TotalScore:

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


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

E
esProc1y ago

💼Enhance your Excel arsenal with SPL XLL!

Discord:https://discord.gg/cFTcUNs7 Reddit: https://www.reddit.com/r/esProc_Desktop/

More from this blog

Untitled Publication

207 posts