I'm not an expert, and have never used nested IF functions. Please could an expert help me.
This is what I need:
If F6 is greated than 0 (zero) then add the value of D6, if this statement is false, then I want the value 0 (zero). My formula will work this far
I also need: IF B6 is less than F6, I need the word "NIL" to come up, If this statement is false then I want the value of E6.
Below is my effort:
=IF(AND(F6>0,D6,0),B6<F6,NIL,E6)
This is what I need:
If F6 is greated than 0 (zero) then add the value of D6, if this statement is false, then I want the value 0 (zero). My formula will work this far
I also need: IF B6 is less than F6, I need the word "NIL" to come up, If this statement is false then I want the value of E6.
Below is my effort:
=IF(AND(F6>0,D6,0),B6<F6,NIL,E6)