hI,
This is a basic one but for some reason is not working and I can't see any fundamental errors on it.
The below works fine.....a long list of ifs actually;
=IF(AND(K7="",O7=""),"",IF(AND(K7<>"",O7=""),"Needs Pricing",IF(AND(K7="",O7<>""),"Needs Quote",IF(AND(K7="",O7=""),"NoQuote NoPrice",IF(AND(K7<>"",O7<>""),"Quoted&Priced",IF(COUNTIF(B7,"*CANCELLED*"),"CANCELLED",IF(COUNTIF(B7,"*duplicate*")+COUNTIF(AG7,"*duplicated*"),"DUPLICATE")))))))
However the below doesn't and can't understand why since I just added one more IF(AND) function.
It's basically the same as above nested formula and only thing that I've done is to add IF(AND(O7<>"",L7<>"),"PO&Quoted&Priced"). Any ideas why it wouldn't work?;
=IF(AND(K7="",O7=""),"",IF(AND(K7<>"",O7=""),"Needs Pricing",IF(AND(K7="",O7<>""),"Needs Quote",IF(AND(K7="",O7=""),"NoQuote NoPrice",IF(AND(K7<>"",O7<>"",L7<>"),"PO&Quoted&Priced",IF(COUNTIF(B7,"*CANCELLED*"),"CANCELLED",IF(COUNTIF(B7,"*duplicate*")+COUNTIF(AG7,"*duplicated*"),"DUPLICATE")))))))
Bookmarks