Hello all. I'm very (very ) new to Excel. I come from the MySql/PHP world so my question is about what's possible to with this program.
More specifically I have two columns. Column A is date. Column B is a result. There can be only two results X or Y. So it looks like this:
1/1/10 X
1/2/10 Y
1/3/10 Y
1/4/10 Y
1/5/10 X
What I'd like to do is have a third column keep a running total if X = +1, and Y = -1. So ideally the result would look like this:
1/1/10 X +1
1/2/10 Y 0
1/3/10 Y -1
1/4/10 Y -2
1/5/10 X -1
and so on ...
Is this possible in excel, and where would I begin? Thanks very much.
Bookmarks