I need to get a running total for the "Standard Time (Hrs)" column for rows where "Filter" is not = 0.
The below formula gets a total for all the rows. However, I need each row to show the total for all rows above it. (As seen on the right in blue markup).
=SUMIF(Filter:Filter, <>0, [Standard Time (Hrs)]:[Standard Time (Hrs)])
Any ideas?
The alternative would be to write a script and update each row using the API but that seems excessive for something seemingly simple.