I am trying to create a simple ledger and on the far right of the \"Book\" it totals any debit/credit that I input. But instead of leaving the unused rows blank, it keeps re
An example of an IF Statement that can be used to add a calculation into the cell you wish to hide if value = 0 but displayed upon another cell value reference.
=IF(/Your reference cell/=0,"",SUM(/Here you put your SUM/))