H
Hamed parhizkar
If I have 4 cells,
A1=10
B1=0
C1=10
D1=15
I know the first part of the formula of what I am trying to do.
=if(sum(c1:d1)<>0,"A","")
But how do I also say in the same formula that if B1<>0 and
if(sum(c1:d1)<>0,"A","")
So if B1=0 then I dont want the "A" to pop up.
A1=10
B1=0
C1=10
D1=15
I know the first part of the formula of what I am trying to do.
=if(sum(c1:d1)<>0,"A","")
But how do I also say in the same formula that if B1<>0 and
if(sum(c1:d1)<>0,"A","")
So if B1=0 then I dont want the "A" to pop up.