Perhaps this will help.
I added a helper column (Graph) which may be moved and/or hidden for aesthetic purposes. The helper column is populated using:
Formula:
=AND(B2=6000,C2=0,D2<0.001,MAX(E2:E$1000)=E2)
Note that after working on this it occurred to me that you can get the same results using (Graph2): =MAX(C2:C$1000)=0
In the table "Time vs. H after final cycle?" the Time column is populated using:
Formula:
=INDEX(A$2:A$1000,AGGREGATE(15,6,(ROW($2:$1000)-1)/($F$2:$F$1000=TRUE),ROW(1:1)))
The H Value column is populated using:
Formula:
=INDEX(E$2:E$1000,AGGREGATE(15,6,(ROW($2:$1000)-1)/($F$2:$F$1000=TRUE),ROW(1:1)))
Note that I did not do anything to the graph.
Let us know if you have any questions.
Bookmarks