Is there a way to do a SUM formula that doesn’t just count the one record it’s attached to but includes previous ones? So like:
A B
10 =SUM(A1)
15 =SUM(A1+A2)
10 =SUM(A1:A3)
So I can add a number into Column A and have a running total in Column B. In the example above it would Column B would read 10, 25, 35