I like to have an Excel Function for:
Previous cell + Current Cell = Current cell
to do this function for the entire row, when I enter a new value each time, Eg. A1+A2= A2
.
I like to have an Excel Function for:
Previous cell + Current Cell = Current cell
to do this function for the entire row, when I enter a new value each time, Eg. A1+A2= A2
.
For the sake of an answer:
=SUM(INDIRECT("a1:a"&ROW()))
copied down to suit.
Enter Formula =A1+A2 then highlight row and go to Home tab and Fill dropdown then select Right.
More good tips here Link