I need help please, I have various conditions and got this far
=IF(AND(W687>0;X686>0);(W687*Y687*G687)+X686*Y687*G687;0)
only problem is that if cell W687 is negative it should still perform the calculation for X686 if this cell is positive.
How can I change the formula to do this.
Thank you very much
=IF(AND(W687>0;X686>0);(W687*Y687*G687)+X686*Y687*G687;0)
only problem is that if cell W687 is negative it should still perform the calculation for X686 if this cell is positive.
How can I change the formula to do this.
Thank you very much