Excel 2003 functions
IF & AND
Can anybody help with this?....Maybe I have it all wrong.. I am trying to apply different end function to a problem with coombination of both positive and negative input.
Input cells H27 & H29 either can be +/- and end function depends on which is which
End functions are located in D4950 and I need to pull only one whatever the case..
'=IF((AND(((H27+H29)>0);H29>0));D49; IF(AND(H27+H29>0;H29<0);D50)); IF(AND(H27+H29<0;H29<0);D51); IF(AND(H27+H29<0;H29>0);D52)
I have left spaces for clarity of reading....
Maybe IF and AND are incompatible?
Can someone see where I have gone wrong or am I just thick.....
Regards to all, Chuck D.
IF & AND
Can anybody help with this?....Maybe I have it all wrong.. I am trying to apply different end function to a problem with coombination of both positive and negative input.
Input cells H27 & H29 either can be +/- and end function depends on which is which
End functions are located in D4950 and I need to pull only one whatever the case..
'=IF((AND(((H27+H29)>0);H29>0));D49; IF(AND(H27+H29>0;H29<0);D50)); IF(AND(H27+H29<0;H29<0);D51); IF(AND(H27+H29<0;H29>0);D52)
I have left spaces for clarity of reading....
Maybe IF and AND are incompatible?
Can someone see where I have gone wrong or am I just thick.....
Regards to all, Chuck D.
Last edited: