Forum Discussion

    • 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
        MVP

        Justin, that could be like

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

         

Resources