Hello:
I can't seem to make this formula work. It is pretty straightforward, but maybe I have too many conditions? It works for the first two IF statements, but it then reads FALSE even though I have a TRUE statement on either of the two "AND" sections.
I hope I posted this correctly.
Thank you for any help.
I can't seem to make this formula work. It is pretty straightforward, but maybe I have too many conditions? It works for the first two IF statements, but it then reads FALSE even though I have a TRUE statement on either of the two "AND" sections.
=IF(Q3="IC5/OTHER","NON-INVENTORY",IF(Q3="Inncom DIRECT","Inncom DIRECT",IF(AND(W3>0,X3=0,"IN STOCK"),IF(AND(W3>0,X3<0),"PARTIAL IN STOCK"),AA3))) |
I hope I posted this correctly.
Thank you for any help.