How to add a column step by step
Suppose I have column A with four numbers 1 3 4 2 and B with the result of each step
Thus B would display 1 4 8 10
I want to use a formula that adds up A, using only column A as input to column B
Thus column B would automatically be calculated as:
1 = 1
4 = 1+3
8 = 1+3+4
10 = 1+3+4+2
MacBook Air 15″, macOS 15.2