I have the following table that can be changed by the user of the spreadsheet (sorry about the format here, I’m not sure how to format a table in this forum).
The table lists the time, on the left, that a certain event occured and on the right, the number of increments or steps that need to be evaluated between the specified times.
Time | No. of increments
0 | 2
30 | 2
60 | 2
120 | 3
300 | 1
600
For example, between times 0 and 30, there should be two events accounted for, and they are 15 and 30. Between times 120 to 300 there should be three events accounted for, and they are 180, 240 and 300.
I want to list all the events and the corresponding times in a seperate table. For this simple table I can do this quickly using simple hand calculations. The problem I have is that the Time and Number of Increments can change from one test to another, so I need to find a quicker way to do this.
I have also attached a spreadsheet showing what I’m trying to do. Is there a way to do such a task using equations rather than VBA?
Any help would be appriciated.