
November 7th, 2012, 05:05 PM
|
|
Registered User
|
|
Join Date: Nov 2012
Posts: 1
Time spent in forums: 9 m 17 sec
Reputation Power: 0
|
|
|
Does Haystack Contain Needle? True/False
I need to create a formula to check if the haystack contains a needle. IE:
c1: needle
c2: needleinahaystack
c3: should be "true"
c1: dog
c2: Iboughtacat
c3: should be "false"
How should I go about doing that?
|