Hello there,
I’m trying to write a formula that calculates the sum of values in another column. The tricky part is I want each row to add only the numbers above it in this other column, adjusting each time it goes down the row. For example:
DATE EPISODES PRODUCED TODAY TOTAL EPISODES PRODUCED
7/11 2 2
7/12 3 5
7/13 1 6
Where the “TOTAL EPISODES PRODUCED” column is automatically tracking what’s being input into the “EPISODES PRODUCED TODAY” column.
