If “0” then leave the cell blank

前端 未结 7 986
庸人自扰
庸人自扰 2020-12-10 01:37

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

7条回答
  •  -上瘾入骨i
    2020-12-10 02:14

    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/))

提交回复
热议问题