Can someone give me a crash course on how to do what MUST be a simple thing in Calc?
. assume there are two columns, A and B
. assume that A contains user-entered numeric values
. when leaving field A, I want B to keep a running total, like this:
How?!
. assume there are two columns, A and B
. assume that A contains user-entered numeric values
. when leaving field A, I want B to keep a running total, like this:
Code:
A B 100 100 150 250 25 275 200 475
Comment