Using "IF" with a "NAME" search?
Hi,
Say I have a "Name" column which could have someone name like "John
Davis" or "Adam John Nelson"
Now, I want to use "IF" statement so that any name has the word "John"
be considered. For example, using the above example I want to get the
answer like this:
John Davis
Adam John Nelson
Using a statment liks this: If(K2="John", "1","0") wouldn't work
right! Help please....
Thanks,
Jo
|