Forum Discussion

4 Replies

  • SergeiBaklan's avatar
    SergeiBaklan
    Diamond Contributor

    Hi Justin,

     

    It could be

    =IF(ISNUMBER(FIND("CBL",F2,1)),"CKT","AVEX")
    • Justin Hsu's avatar
      Justin Hsu
      Copper Contributor

      Hi Sergei,

      Thank you so much for quick help.

      one more question, is it possible to add two conditions "CBL", "EXT" in this formula.

      if find any string include "CBL" or "EXT", then will show "CKT", otherwise will show "AVEX"

       

      Thank you for great support.

       

      • SergeiBaklan's avatar
        SergeiBaklan
        Diamond Contributor

        Justin, that could be like

        =IF(ISNUMBER(FIND("CBL",F2,1))+ISNUMBER(FIND("EXT",F2,1)),"CKT","AVEX")

         

Resources