#69 — Filter by Multiple Conditions

Problem description & analysis:

There is an employee information 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…


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


Print Share Comment Cite Upload Translate Updates
APA

Judith-Excel-Sharing | Sciencx (2024-10-09T02:10:46+00:00) #69 — Filter by Multiple Conditions. Retrieved from https://www.scien.cx/2024/10/09/69-filter-by-multiple-conditions/

MLA
" » #69 — Filter by Multiple Conditions." Judith-Excel-Sharing | Sciencx - Wednesday October 9, 2024, https://www.scien.cx/2024/10/09/69-filter-by-multiple-conditions/
HARVARD
Judith-Excel-Sharing | Sciencx Wednesday October 9, 2024 » #69 — Filter by Multiple Conditions., viewed ,<https://www.scien.cx/2024/10/09/69-filter-by-multiple-conditions/>
VANCOUVER
Judith-Excel-Sharing | Sciencx - » #69 — Filter by Multiple Conditions. [Internet]. [Accessed ]. Available from: https://www.scien.cx/2024/10/09/69-filter-by-multiple-conditions/
CHICAGO
" » #69 — Filter by Multiple Conditions." Judith-Excel-Sharing | Sciencx - Accessed . https://www.scien.cx/2024/10/09/69-filter-by-multiple-conditions/
IEEE
" » #69 — Filter by Multiple Conditions." Judith-Excel-Sharing | Sciencx [Online]. Available: https://www.scien.cx/2024/10/09/69-filter-by-multiple-conditions/. [Accessed: ]
rf:citation
» #69 — Filter by Multiple Conditions | Judith-Excel-Sharing | Sciencx | https://www.scien.cx/2024/10/09/69-filter-by-multiple-conditions/ |

Please log in to upload a file.




There are no updates yet.
Click the Upload button above to add an update.

You must be logged in to translate posts. Please log in or register.