I am currently working on a project for work and need to have a counter/tally based on the number inputted in another cell, but I want that number to be retained and added to each time that number is changed.
(e.g. User enters 2 into cell E7, that 2 is then displayed in cell K5. Then the user clears E7 and enters 5. K5 should now display 7 since it retained the last value and is adding the new value to it.)