If A1 contains any text from B1, then return "True" in C1.
For Example.
A1 = 123_A
B1 = 123
A1 contains the "123" from B1, so it should return "True" in C1.
I just need to know the formula to do this. I've attached an example sheet.
If A1 contains any text from B1, then return "True" in C1.
For Example.
A1 = 123_A
B1 = 123
A1 contains the "123" from B1, so it should return "True" in C1.
I just need to know the formula to do this. I've attached an example sheet.
Hi.
=ISNUMBER(SEARCH(B1,A1))
copied down.
Glenn
None of us get paid for helping you... we do this for fun. So DON'T FORGET to say "Thank You" to all who have freely given some of their time to help YOU
Hi
Try this in C1:
=IFERROR(IF(SEARCH(B1,A1)>0,TRUE),FALSE)
Thanks, this gets it done.
You're welcome.
It would be very nice if you were to just click the Add Reputation button at the foot of any of the posts of members who helped you reach a solution.
Finally, if that takes care of your original question, please select "Thread Tools" from the menu link above and mark this thread as SOLVED.
Thank you so much, this gets the job done!
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks