I really don't know how to word the title
Task:
I have a column of frames (1, 2, 3,...) and a column of time elapsed (33.835, 59.944, 85.267,...)ms.
I would like to count the number of frames every second, i.e. average FPS.
Attempt (vague pseudo code):
Start at cell B2, move down...