PLEASE I need help with a serie.
I have 3 columns A,B and C populated with numbers I want to Count how many times the numbers of the first Row (2, 1, and 5) any of them, are in Consecutive Rows
2 1 5
6 3 2
5 5 8
8 9 1
2 5 9
3 3 1
3 5 7
6 4 1
3 2 4
4 0 8
7 0 0
8 7 2
9 1 0
6 6 6
8 5 8
9 2 6
7 7 9
1 8 4
3 9 4
7 7 1
1 0 3
as Example the numbers 2, 1 and 5 the count will be 8
counting 2 2nd Row, 5 3rd Row,1 4th Row, 2 or 5 (count as 1) 5th Row, 1 6th Row, 5 7th Row, 1 8th Row and 2 9th Row (2,5,2,2 or 5,1,5,1,2), after that do the same following Row (6 3 2) in this case the count for that number is 0.
I have 3 columns A,B and C populated with numbers I want to Count how many times the numbers of the first Row (2, 1, and 5) any of them, are in Consecutive Rows
2 1 5
6 3 2
5 5 8
8 9 1
2 5 9
3 3 1
3 5 7
6 4 1
3 2 4
4 0 8
7 0 0
8 7 2
9 1 0
6 6 6
8 5 8
9 2 6
7 7 9
1 8 4
3 9 4
7 7 1
1 0 3
as Example the numbers 2, 1 and 5 the count will be 8
counting 2 2nd Row, 5 3rd Row,1 4th Row, 2 or 5 (count as 1) 5th Row, 1 6th Row, 5 7th Row, 1 8th Row and 2 9th Row (2,5,2,2 or 5,1,5,1,2), after that do the same following Row (6 3 2) in this case the count for that number is 0.