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












). I even wrote batch of code the makes a new sheet that contains a template for data entry from a list of titles and types - it even enters the sheet title and auto-colors the tab based on what type of data it is. It's a lot of work at the beginning, but better for distribution.

Comment