Forum Discussion
MCFNeil
8 years agoQrew Captain
Not 100% on this, but try:
If(Contains([My Field], "Banana")=false, "Yes there are no Bananas", "No there are no bananas")
Does that make sense?
Basically asking if the contains is false, rather than asking if its true.
(Might work)
If(Contains([My Field], "Banana")=false, "Yes there are no Bananas", "No there are no bananas")
Does that make sense?
Basically asking if the contains is false, rather than asking if its true.
(Might work)