SEARCH actually returns a number or an error, so you can use COUNT to see whether either SEARCH is successful (zero means neither is successful), so try

=COUNT(SEARCH("cash",$E18),SEARCH("check",$E18))=0