Hi,
I'm looking for a way to compare two lists and get an amount of matches. Example:
E | H |
14 | 4 |
14 | 9 |
14 | 10 |
18 | 14 |
18 | 17 |
18 | 19 |
18 | 20 |
19 | 24 |
I want the result 4.
Thanks in advance,
Sander.
Hi,
I'm looking for a way to compare two lists and get an amount of matches. Example:
E | H |
14 | 4 |
14 | 9 |
14 | 10 |
18 | 14 |
18 | 17 |
18 | 19 |
18 | 20 |
19 | 24 |
I want the result 4.
Thanks in advance,
Sander.