S
Sheldon
In a programming language, if the variable "x" has a current value of
10, the expression
x = x + 2 will increment the value of x to 12 and x = x + 3 will
increment the value of x to 15 and so forth. Can that same logic be
done in Excel? e.g. If cell A1 currently has a value of 10 and I type
in a 2 in cell B1, can I increment the value in A1 to 12 and if I tab
over to C1 and then tab back to B1 and type in a 3, can the value in
A1 now reflect 15 and so forth. The goal is to not need to use a new
cell each time I want to type in a new value (loaves of bread in my
real life example). I only care that there are now 15 loaves of bread
in stock. I don't need to know that 2 loaves were delivered yesterday
once my inventory total was bumped up yesterday (to 12). Thanks for
any suggestions.
Sheldon Potolsky
10, the expression
x = x + 2 will increment the value of x to 12 and x = x + 3 will
increment the value of x to 15 and so forth. Can that same logic be
done in Excel? e.g. If cell A1 currently has a value of 10 and I type
in a 2 in cell B1, can I increment the value in A1 to 12 and if I tab
over to C1 and then tab back to B1 and type in a 3, can the value in
A1 now reflect 15 and so forth. The goal is to not need to use a new
cell each time I want to type in a new value (loaves of bread in my
real life example). I only care that there are now 15 loaves of bread
in stock. I don't need to know that 2 loaves were delivered yesterday
once my inventory total was bumped up yesterday (to 12). Thanks for
any suggestions.
Sheldon Potolsky