I have two lists in two cells. The lists contain numbers with commas between them.
e.g.
A1: 1,2,3,4,10,12
A2: 1,2,3,5
I need the count of the shared numbers between two cells.
The result would be in B1 : 3
(because 1,2,3 are only shared unique numbers)
another example:
A3: 10,12,14,14
A4: 14,14,16
in this case the result is 1. (because 14, there is only one shared unique number)
Can someone advise me a formula for this? Please. a macro solution would be fine too. Thank you.
*only a solution without separating the numbers into different columns please.