I am trying to see if a value in one column starts with one of the values from another column. ie.
col A col B col C
Hel Good Bye YES
Go Go Now YES
By Stuff NO
Something etc. etc.
Where Col C is the Forumla to see if col B's value starts with any value from col A and outputs yes or no. In this case the Good Bye and Go Now both start with Go and hence are considered a match.
Thanks, DMan