#105 — Filter by the Number of Duplicates

--

Problem description & analysis:

The following table lists the sales data of the top 5 products by monthly sales:

Task: Find out the data of products that appears three or more times.

Solution:

Use SPL XLL and enter the following formula:

=spl("=E(?1).group(ProductName).select(~.len()>2).conj()",A1:D21)

The results are shown below:

Download esProc Desktop for FREE and add this powerful technique to your data toolkit!! 🚀🔥⬇️

✨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

--

--

esProc Desktop
esProc Desktop

Written by esProc Desktop

Experience the amazing potential of Excel powered by SPL XLL! It is now FREE to download and ready to give your Excel a booster!🚀

Responses (1)