Hi all,
I am trying to work out a formula that will do a calculation OR don't and leave blank if there is a zero or a blank cell.
Thanks in advance.
Example:
[TABLE="width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]A[/TD]
[TD]B[/TD]
[TD]C (expected result of formula)[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]10[/TD]
[TD]=A1[/TD]
[TD]10[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]18[/TD]
[TD]IF in A2 there is a number that it is not '0' or blank, leave this cell blank. Otherwise =A1+A2[/TD]
[TD]28[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]12[/TD]
[TD]IF in A2 there is a number that it is not '0' or blank, leave this cell blank. Otherwise =A1+A2+A3[/TD]
[TD]40[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]0[/TD]
[TD]IF in A2 there is a number that it is not '0' or blank, leave this cell blank. Otherwise =A1+A2+A3+A4[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]5[/TD]
[TD][/TD]
[TD]IF in A2 there is a number that it is not '0' or blank, leave this cell blank. Otherwise =A1+A2+A3+A4+A5[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
I am trying to work out a formula that will do a calculation OR don't and leave blank if there is a zero or a blank cell.
Thanks in advance.
Example:
[TABLE="width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]A[/TD]
[TD]B[/TD]
[TD]C (expected result of formula)[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]10[/TD]
[TD]=A1[/TD]
[TD]10[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]18[/TD]
[TD]IF in A2 there is a number that it is not '0' or blank, leave this cell blank. Otherwise =A1+A2[/TD]
[TD]28[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]12[/TD]
[TD]IF in A2 there is a number that it is not '0' or blank, leave this cell blank. Otherwise =A1+A2+A3[/TD]
[TD]40[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]0[/TD]
[TD]IF in A2 there is a number that it is not '0' or blank, leave this cell blank. Otherwise =A1+A2+A3+A4[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]5[/TD]
[TD][/TD]
[TD]IF in A2 there is a number that it is not '0' or blank, leave this cell blank. Otherwise =A1+A2+A3+A4+A5[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Last edited: