3 Columns are involved.
| Debit (D) | Credit (E) | Balance (H) |
I want H3 to have C3 deducted and if there is a number in E3, that wants adding to in H3.
At any time there will only be one number in either D3 or E3, there will never be numbers in both cells together.
I have been trying something like =IF(D3>0, H2-D3,""),IF(E3>0,H2+E3,"")) Where H2 is the last Balance number.
The formula is to be placed in H3. What am I doing wrong? Thanks, altv84