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
=iferror(1/ (1/ H15+G16-F16 ), "")
this way avoids repeating the central calculation (which can often be much longer or more processor hungry than the one you have here...
enjoy