Assuming data starts in A1, how about:
Dups -
=TRANSPOSE(OFFSET(A1,SMALL(IF(FREQUENCY(IF(COUNTIF(m,m)>1,MATCH(m,m,0)),ROW(m)),ROW(m)),ROW(OFFSET(A1,,,SUM(N(FREQUENCY(MATCH(m,m,),MATCH(m,m,))>1)))))-1,))
Distinct -...
Hi Guys,
Just joined the forum.. Very interesting challenges!!
If I understand this one correctly, you need to find the number of SubList items that occur in List, i.e. in the sample, both Two and Three appear in List and hence the answer is 2.
Jeff, if you add another value to both List...