A
AA Arens
Hi,
I have set a formula in three columns that is a total from other columns. The cell will be empty if the totals are zero.
Here is a sample:
In E1: =IF(SUM(A11)=0,"",SUM(A11)).
In J1: =IF(SUM(F1:I1)=0,"",SUM(F1:I1)).
In M1: =IF(SUM(K1:L1)=0,"",SUM(K1:L1)).
So far clear. Now I want to set a formula that fills the cell with a value, unless all three columns E, J and K are empty due to above formulas.
Otherwise there will be a calculation N1=E1-J1-M1.
Thank you for your help.
Bart
Office 365
I have set a formula in three columns that is a total from other columns. The cell will be empty if the totals are zero.
Here is a sample:
In E1: =IF(SUM(A11)=0,"",SUM(A11)).
In J1: =IF(SUM(F1:I1)=0,"",SUM(F1:I1)).
In M1: =IF(SUM(K1:L1)=0,"",SUM(K1:L1)).
So far clear. Now I want to set a formula that fills the cell with a value, unless all three columns E, J and K are empty due to above formulas.
Otherwise there will be a calculation N1=E1-J1-M1.
Thank you for your help.
Bart
Office 365