Compare if two cells contain some of the same text

tropiqz

New Member
Joined
Aug 28, 2018
Messages
10
Hi Guys,

Is there a way where two cells can be matched on containing some of the same text? I have been using ISNUMBER(SEARCH()) to match but this only matches the whole string.

See the below example:
[TABLE="width: 500"]
<tbody>[TR]
[TD]AMCO[/TD]
[TD]Amco Services[/TD]
[TD]TRUE[/TD]
[/TR]
</tbody>[/TABLE]

using the ISNUMBER(SEARCH()) function will match these and calculate as 'TRUE'.

However is there a way this can be done on some of the below?
[TABLE="width: 500"]
<tbody>[TR]
[TD]PIXELY1[/TD]
[TD]Pixely Berries[/TD]
[TD]FALSE[/TD]
[/TR]
[TR]
[TD]Langley BS[/TD]
[TD]Langley Systems[/TD]
[TD]FALSE[/TD]
[/TR]
</tbody>[/TABLE]

As you can see they do contain some of the same text but they are still not matching as 'TRUE' - is there a way round this?

Thanks in advance :)
 

Excel Facts

Waterfall charts in Excel?
Office 365 customers have access to Waterfall charts since late 2016. They were added to Excel 2019.
if you used LEFT(***,4) that would match
 
Upvote 0

Forum statistics

Threads
1,223,228
Messages
6,170,871
Members
452,363
Latest member
merico17

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top