Greg Simoni
New Member
I need to count the number of rows a value skips until the same value appears again in another row down.
For example, on Sheet1 the value 15 appears in F4 and then appears again in C13. There are 8 rows the value 15 missed, so this is what I want count and for each of the values in J1:AS1.
The consecutive counting should be like illustrated on Sheet2. The current row where the value appear I want use a "-" (dash) and an "x" in those rows that has not been hit yet a value for the first time.
I already filled Sheet2 with the results from values 1 to 7 for better understanding the project.
Any help is appreciated.
on attached file:
Sheet1 - Partial data structure
Sheet2 - Project
For example, on Sheet1 the value 15 appears in F4 and then appears again in C13. There are 8 rows the value 15 missed, so this is what I want count and for each of the values in J1:AS1.
The consecutive counting should be like illustrated on Sheet2. The current row where the value appear I want use a "-" (dash) and an "x" in those rows that has not been hit yet a value for the first time.
I already filled Sheet2 with the results from values 1 to 7 for better understanding the project.
Any help is appreciated.
on attached file:
Sheet1 - Partial data structure
Sheet2 - Project