...
9.13 Filter by number of repetitions
The following table lists the sales data of the top 5 products by monthly sales:
Find out the data of products that appears three or more times:
=spl("=E(?1).group(ProductName).select(~.len()>2).conj()",A1:D21)