#69 — Filter by Multiple Conditions



This content originally appeared on DEV Community and was authored by Judith-Excel-Sharing

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)

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


This content originally appeared on DEV Community and was authored by Judith-Excel-Sharing