View Single Post
  #2   Report Post  
 
Posts: n/a
Default

Hi

You need to take the existing balance and add credits, or subtract debits.
Presumably, on each row you will either have a debit or a credit - but not
both. With your Debits in column B and your Credits in column C, use
something like this in column D
=D2-B3+C3
This will take the previous total (in D2) and subtract or add the necessary
values.
Hope this helps.

--
Andy.


"Hazeldean" wrote in message
...
A formula resultong in a balance row to take into account debit & credit
entries