Hello. I am looking to create a running balance in a column on an excel spreadsheet for an accounting bank statement, however I only want the balance to be calculated when the cells to be considered are not blank. I have tried sumif and sumifs but can't get either to work. This is what I am trying to achieve: Opening Balance C2 + Debit A3 - Credit B3 New Balance C3 = C2 + A3 - B3 (but only if A3 and B3 are not blank, if they are blank then the balance for that row to be left blank too).
Solved by K. H. in 21 mins