スプレッドシート 条件付き書式

=FIND("◯",A1)>0 ◯の文字を含む
=countif($F2, "") F列に◯の文字を含む
=countif($F2, "<>") F列に◯の文字を含まない

=countif($F2, "" & $A$1 & "") F列にA1にある文字を含まない

//参考URL
https://web-generalist.com/spreadseat-custom-formula/