#65 — Filter Rows by Position
Judith-Excel-Sharing
Posted on September 26, 2024
Pest description & analysis:
We have a statistical table for daily sales of January 2022:
Now we want to filter out the sales on even-numbered days.
Solution:
Enter the following formula in SPL XLL:
=spl("=E(?1).select(#%2==0)",A1:B32)
As shown in the picture below:
The symbol # represents the current row number.
Feel free to download esProc Desktop and let SPL XLL automate this task for you!⬇️
✨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
💖 💪 🙅 🚩
Judith-Excel-Sharing
Posted on September 26, 2024
Join Our Newsletter. No Spam, Only the good stuff.
Sign up to receive the latest update from our blog.
Related
productivity #58 — Split Each Row into Multiple Rows According to The Specified Rule
September 5, 2024
productivity #49 - Group An EXCEL Table And Concatenate Values of Rows Meeting The Specified Condition
August 22, 2024