H
Hovik
I just made a very simple ledger that has 4 columns( descriptio, debit,
credit and balance) and I am just using one formula in balance column that is
=IF(AND(ISBLANK(D4),ISBLANK(E4)),"",F3-D4+E4)
basically it checks the debit and credit columns(D & E) if they are blank
the balance(F) stays blank, otherwise it calculates the balance every step
away.
sometimes we have more than one debit or credit and we want calculate the
balance at the end of the group of transactions, how can I do that.
Thank You
Hovik
credit and balance) and I am just using one formula in balance column that is
=IF(AND(ISBLANK(D4),ISBLANK(E4)),"",F3-D4+E4)
basically it checks the debit and credit columns(D & E) if they are blank
the balance(F) stays blank, otherwise it calculates the balance every step
away.
sometimes we have more than one debit or credit and we want calculate the
balance at the end of the group of transactions, how can I do that.
Thank You
Hovik