Elapsed Time Calculation
so i have different "runs" in one dataset, while i could break them out, i'd like to leave them as one dataset the goal is as follows: Two relevant columns for formulaRun Number (Numeric Ordinal)Elapsed Time (Numeric Cont)Goal: do a count with a 20ms offset and reset to zero each time the Run Number changes Since this time series is in set intervals of 20ms, i'm safe to do a count, but the count i...