Hello to every one, I'm new to this forum so excuse me if I'm posting in a wrong place.
I was trying to find function to do search and count in a example like this:
In one spreadsheet A I have combination of numbers (each number in one cell) like this
A B C D
1 1 7 17 20
2 3 6 12 13
3 5 10 11 17
in a 200 rows, something like lotto drawn numbers.
In the other spreadsheet B I have all three number combinations of 21 number (each number in one cell) like this:
A B C
1 1 2 3
2 1 2 4
3 1 2 5
and all that in 1300 rows.
Now I need function to count how may times each combination form sheet B appears in sheet A. Result should be written one cell to the right from the corresponding combination in sheet B
That should be some kind of compare each row from sheet B with each row in A and count if equal.
Problem is that numbers in sheet A are grouped by four in a row and sheet B three in a row.
Please point me is there any already written function for this kind of problem or may be I need to combine few of them.
Bookmarks