Hello!
I am trying to get the following to work, but I think I am missing a ( somewhere along the lines:
New Formula
=IF(ISNUMBER(SEARCH("Attn Needed",E2)),"Collection Needed",IF(AND(ISNUMBER(SEARCH("B2B_Certified",M2),ISNUMBER(SEARCH("DOTCOM_Certified,M2),"Complete")),IF(ISNUMBER(SEARCH("Disco",J2)),"Discontinued-Stop Collection","Collection Needed")))
My old formula worked perfectly, but I added the IF(AND function the above..I need a cell to contain both B2B_Certified AND DOTCOM_Certified to be considered COMPLETE.
Old formula:
=IF(ISNUMBER(SEARCH("Attn Needed",E2)),"Collection Needed",IF(ISNUMBER(SEARCH("B2B_Certified",M2)),"Complete",IF(ISNUMBER(SEARCH("Disco",J2)),"Discontinued-Stop Collection","Collection Needed")))
I am trying to get the following to work, but I think I am missing a ( somewhere along the lines:
New Formula
=IF(ISNUMBER(SEARCH("Attn Needed",E2)),"Collection Needed",IF(AND(ISNUMBER(SEARCH("B2B_Certified",M2),ISNUMBER(SEARCH("DOTCOM_Certified,M2),"Complete")),IF(ISNUMBER(SEARCH("Disco",J2)),"Discontinued-Stop Collection","Collection Needed")))
My old formula worked perfectly, but I added the IF(AND function the above..I need a cell to contain both B2B_Certified AND DOTCOM_Certified to be considered COMPLETE.
Old formula:
=IF(ISNUMBER(SEARCH("Attn Needed",E2)),"Collection Needed",IF(ISNUMBER(SEARCH("B2B_Certified",M2)),"Complete",IF(ISNUMBER(SEARCH("Disco",J2)),"Discontinued-Stop Collection","Collection Needed")))