C
CF
Is it possible to write an IF function with the operator "contains"
IF cell X contains "hello" then "YES" otherwise "no"
Cell X = "Yo hello yo" - > function returns "YES"
IF cell X contains "hello" then "YES" otherwise "no"
Cell X = "Yo hello yo" - > function returns "YES"