Hi, I've never realy used excel before and I thought I'd use it to store my account details.
I was wondering if someone could help me with a formula.
Let's say column A contains balance and and B value (transaction value of a negative or positive number).
I'm looking for the balance to automatically work itself out.
From what I can gather so far in my quest,
ADDRESS(ROW()-1,1)
will get the cell above (I think) which would be the previous balance.
so I thought
=SUM(ADDRESS(ROW()-1,1)-ADDRESS(ROW()-1,2))
would do the trick but nothing.
Any ideas?
Regards,
Phil