I want to count the empty cells between two cells in a column. for example in cell A9 I have "Start" then nothing till cell A19 where I have the text "Stop" this can occur randomly through out the column. I want to just count the cells between "Start" and "Stop" and aggregate them in a results cell. Each empty cell between these two words "Start" and "Stop" represents minutes, that way I can count how many minutes something was running.
Solved by O. J. in 19 mins