A
Annabelle
Problem: I have a spreadsheet that I'm updating from
various sources, so I must manually add or subtract
numbers in a specific cell. This is time consuming and
puts accuracy at risk. To address this problem, I would
like cell J9 (running total) to accept additions or
subtractions (these are numbers representing hours) from
numbers entered into cell K9.
Example: J9 has the number 225. I need to add 20 hours, so
I enter 20 in cell K9. The expectation is that J9 now
reads as 245.
Obvious problems include: what happens to J9 when I clear
K9 or enter a new number? Again, I would expect the new
number I enter to add to the number in J9 (or subtract, if
entered as negative).
various sources, so I must manually add or subtract
numbers in a specific cell. This is time consuming and
puts accuracy at risk. To address this problem, I would
like cell J9 (running total) to accept additions or
subtractions (these are numbers representing hours) from
numbers entered into cell K9.
Example: J9 has the number 225. I need to add 20 hours, so
I enter 20 in cell K9. The expectation is that J9 now
reads as 245.
Obvious problems include: what happens to J9 when I clear
K9 or enter a new number? Again, I would expect the new
number I enter to add to the number in J9 (or subtract, if
entered as negative).