I have a column of data, 100 rows deep
Here are the first 15 rows
What I am looking for is a formula I can Ctrl-D that will check every 5 rows and count the number of duplicate values. The result would look like this
etc
Here are the first 15 rows
1
2
3
4
3
6
6
8
8
10
11
12
12
14
15
What I am looking for is a formula I can Ctrl-D that will check every 5 rows and count the number of duplicate values. The result would look like this
Rows 1-5: 1 (3 is duplicated)
Rows 2-6: 1 (3 is duplicated)
Rows 3-7: 2 (3 and 6 is duplicated)
Rows 4-8: 1 (6 is duplicated)
etc