I need to return "TRUE" for all cells that contain "APP ONLY" AND "FOR QQ" and "FALSE" for any cell that contains only "APP ONLY" and not "FOR QQ":
I have used "=IF(ISNUMBER(SEARCH" for other scenarios where there is only one piece of text that I need to search for, but I'm unsure how to incorporate a second specific text
Product Description | TRUE OR FALSE |
APP ONLY 12M TEST FOR QQ | |
GBP 1 OFF APP ONLY 24M TEST FOR QQ | |
APP ONLY 6M FOR QQ | |
APP ONLY TEST 24M | |
APP ONLY 12M |
I have used "=IF(ISNUMBER(SEARCH" for other scenarios where there is only one piece of text that I need to search for, but I'm unsure how to incorporate a second specific text