#69 — Filter by Multiple Conditions

Judith-Excel-Sharing - Oct 9 - - Dev Community

Problem description & analysis:

There is an employee information table:

original source table
Task: Now we want to find out the employees who are Female and were born before 1970.

Solution:

Use SPL XLL and enter the following code:

=spl("=E(?1).select(Gender==""Female"" && Birthday<""1970–01–01"")",A1:O32)
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 get precise results in seconds 🚀🔥⬇️

✨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