Forum Discussion

Marc Wheeler's avatar
Marc Wheeler
Copper Contributor
Aug 06, 2018

IF TEXT FUNCTION

Hi,   I would like F14 to State 'Yes' if either cells D14 or E14 contain 'TRUE'   D14 and E14 are both results from the following formula; =IFNA(B14<>"","No") =IFNA(C14<>"","No")   Which in t...
  • SergeiBaklan's avatar
    Aug 06, 2018

    Hi Marc,

     

    If you need only Yes or No in result that could be like

    =IF(IFNA(VLOOKUP("*"&A14&"*",Home,1,FALSE),"No")="No","No","Yes")

Resources