DEV Community

Cover image for #69 — Filter by Multiple Conditions
Judith-Excel-Sharing
Judith-Excel-Sharing

Posted on

#69 — Filter by Multiple Conditions

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

Top comments (1)

Collapse
 
judith677 profile image
Judith-Excel-Sharing

Discuss your Excel tasks with other Excel experts and enthusiasts!🤲🏻☺️

Discord
Reddit