Forum Discussion

Dan_Schiller's avatar
Dan_Schiller
Copper Contributor
Aug 25, 2022
Solved

Combining 2 If Statements

Hello,   I am able to get either of these IF statements to work on their own, but I'm really trying to combine the two so I don't have to create additional columns in my spreadsheet to break it dow...
  • HansVogelaar's avatar
    HansVogelaar
    Aug 25, 2022

    Dan_Schiller 

     

    =IF(J3="","N/A",IF(OR(AND(ISNUMBER(SEARCH("1",J3)),O3=""),AND(ISNUMBER(SEARCH("7",J3)),Q3="")),"No","Yes"))

Resources