Hi there i have a similar question to the question posed at
Move from one cell to another and count the number of rows in between two data
In my example i would like count the number of rows between non-empty cells (including the original data line itself) in column A and put the count in Column B
My data starts at A1 and moves down with blanks in cells until the the next data row.
Example:
A1 1 B1 3
A2 B2 4
A3 B3 2
A4 2 B4 3
A5
A6
A7
A8 3
A9
A10 4
A11
A12
I tried to make mods to the original solution posted but i cant seem to get the count for the last row.
Any assistance would be very much appreciated.
Not sure if I quite get what your asking for but try something like this:
Update:
The other way to do it, from your comment it sounded like you want the number by the item after the blank.