![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
#3
| |||
| |||
|
#4
| |||
| |||
|
#5
| |||
| |||
|
|
I've got a table that contains a column of accumulating uptime data that looks similar to this: 239.13 239.21 239.30 239.38 239.46 239.55 0.35 0.44 0.53 0.60 0.68 0.78 0.85 0.93 I need to SUM the data up the point where the data gets reset (the next row is less than the preceeding row). Then I start the SUM again until data gets reset. |
#6
| |||
| |||
|
|
I've got a table that contains a column of accumulating uptime data that looks similar to this: 239.13 239.21 239.30 239.38 239.46 239.55 0.35 0.44 0.53 0.60 0.68 0.78 0.85 0.93 |
|
I need to SUM the data up the point where the data gets reset (the next row is less than the preceeding row). Then I start the SUM again until data gets reset. Thanks in advance for help! |
#7
| |||
| |||
|
#8
| |||
| |||
|
#9
| |||
| |||
|
|
From looking at the table, the system ran for three days before it was reset (rows 1-3). It then ran for 4 days (rows 4-7) for a total of 7 |
#10
| |||
| |||
|
|
From looking at the table, the system ran for three days before it was reset (rows 1-3). It then ran for 4 days (rows 4-7) for a total of 7 |
![]() |
| Thread Tools | |
| Display Modes | |
| |