Find Partial Text In Cell from Another Column

julia55

Board Regular
Joined
Dec 2, 2010
Messages
73
Ok, so I am trying to search for a name from one cell in a column on another spreadsheet. They are not exact matches because one spreadsheet has the middle initial and the other doesn't.

So trying to search a column another spreadsheet for partial text in one cell and return "yes" if it's found and "no" if it's not found. I have searched the forums and tried many of the similar solutions, but haven't been able to get anything to work.

The number of cells in my search column will change. I tried the formulas below and none of them have worked. I am open to any suggestion even if I need to create a macro to accomplish this.

=SEARCH(MID(F2,1,15),'[PCI Training.xls]CSE Training'!$C:$C)

=IF(ISNUMBER(SEARCH(MID(F3,1,15),'[PCI Training.xls]CSE Training'!$C:$C)),"Yes","No")

=IF(ISERROR(MATCH(SUBSTITUTE(REPLACE(F5, 1, FIND(CHAR(15), '[PCI Training.xls]CSE Training'!$C:$C), ""), CHAR(15), ""),'[PCI Training.xls]CSE Training'!$C:$C, 0)), "Yes","No")
 

Excel Facts

Do you hate GETPIVOTDATA?
Prevent GETPIVOTDATA. Select inside a PivotTable. In the Analyze tab of the ribbon, open the dropown next to Options and turn it off

Forum statistics

Threads
1,215,403
Messages
6,124,714
Members
449,182
Latest member
mrlanc20

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