#68 — Search for Rows That Satisfy The Condition

Judith-Excel-Sharing - Oct 8 - - Dev Community

Problem description & analysis:

We have a statistical table for daily sales of January 2022:

original source table
Task: Find out the data with daily sales greater than 1,000.

Solution:

Use SPL XLL and enter the following code:

=spl("=E(?1).select(Sales>1000)",A1:B32)
Enter fullscreen mode Exit fullscreen mode

The results are as follows:

result table


Feel free to download esProc Desktop and try this great tool to handle complex tasks or deal with large datasets 🔥⬇️

✨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

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
Terabox Video Player