Forum Discussion
Show Blank or Zero
- Feb 26, 2020
I went at it a slightly different way. Here's the formula as I wrote it:
=IF(AND(F69="",G69=""),"",H68-F69+G69)
You can copy this formula down many rows. It basically is saying, if there's no entry in column F or G, then stay blank. If there's an entry in either (or both), then take the running balance from the row above and subtract the debit amount (if any) and add the credit amount (if any).
I went at it a slightly different way. Here's the formula as I wrote it:
=IF(AND(F69="",G69=""),"",H68-F69+G69)
You can copy this formula down many rows. It basically is saying, if there's no entry in column F or G, then stay blank. If there's an entry in either (or both), then take the running balance from the row above and subtract the debit amount (if any) and add the credit amount (if any).