For every single unique entry in a column A of a table, I want to find the number of times it has a common entry in column B with each other unique value in column A! Sheet attached with an example. In the real data there might be as many as 10,000 rows.
For the first name in column A, john, I need to look at the value in B, 123, and see that steve also has an entry with 123 in column B.
For david and chris there are 3 values in column B which are common to both.
Hope this makes sense! I can change the layout of any column or table, pivot tables, standard formulae and macros are all fine (by fine I mean I am happy to use them, not necessarily that I know how!). The values in B can be alphanumeric, have spaces, and be any format really, just looking for unique values. Upper and lower case can be ignored. Column A will be all names, no digits. In the example it is sorted on B, but can move it around however.
So far I have been thinking about MATCH to go through each unique value of B taken from a separate pivot table, but can't make it work.
Any suggestions much appreciated,
thanks,
Tom
Bookmarks