SyntaxFix
Write A Post
Hire A Developer
Questions
Just use = IF(A1="Bla*","YES","NO"). When you insert the asterisk, it acts as a wild card for any amount of characters after the specified text.
IF(A1="Bla*","YES","NO")