The easiest way to update to the latest version is to start a new chart and copy at least 6 months of data to it. Changes are noted below so you’re aware of any bugs we find and any new features we add.
Instructions!A29
.Calculations!B11
from = COUNTIFS(Data!$H:$H, $B$4, Data!$I:$I, "Post-Peak")
to = COUNTIFS(Data!$H:$H, $B$4, Data!$I:$I, "Post-Peak", Data!$B:$B, "<=" & $B$1)
.