Finding Approximate Matches

carlos28669

New Member
Joined
Dec 4, 2018
Messages
2
[TABLE="width: 500"]
<tbody>[TR]
[TD]Carrier
[/TD]
[TD]Ship Via
[/TD]
[TD]Match or Mismatch
[/TD]
[/TR]
[TR]
[TD]Sunbelt
[/TD]
[TD]No UPS, Sunbelt Only
[/TD]
[TD]Match
[/TD]
[/TR]
[TR]
[TD]Fedex
[/TD]
[TD]UPS
[/TD]
[TD]Mismatch
[/TD]
[/TR]
[TR]
[TD]Fedex
[/TD]
[TD]FedEx Account ABCD
[/TD]
[TD]Match
[/TD]
[/TR]
[TR]
[TD]UPS
[/TD]
[TD]Johnson Trucking
[/TD]
[TD]Mismatch
[/TD]
[/TR]
</tbody>[/TABLE]


I have scoured several forums including this one trying to find a solution. but have not been successful. Above is What am trying to make happen.
Column M as Carrier info and Column N has Ship Via info. I would like to find away to find approximate matches. Unfortunately the fields will never be identical. Any help or suggestions would be appreciated.

Thanks
 

Excel Facts

Remove leading & trailing spaces
Save as CSV to remove all leading and trailing spaces. It is faster than using TRIM().
Hi & welcome to MrExcel.
How about


Excel 2013/2016
MNO
1CarrierShip ViaMatch or Mismatch
2SunbeltNo UPS, Sunbelt OnlyMatch
3FedexUPSMismatch
4FedexFedEx Account ABCDMatch
5UPSJohnson TruckingMismatch
Orders
Cell Formulas
RangeFormula
O2=IF(ISNUMBER(SEARCH(M2,N2)),"Match","Mismatch")
 
Upvote 0
This was perfect worked like a charm. Thank you very much for such a quick response. Truly appreciated and saved me alot of time!


Hi & welcome to MrExcel.
How about

Excel 2013/2016
MNO
CarrierShip ViaMatch or Mismatch
SunbeltNo UPS, Sunbelt OnlyMatch
FedexUPSMismatch
FedexFedEx Account ABCDMatch
UPSJohnson TruckingMismatch

<colgroup><col style="width: 25pxpx"><col><col><col></colgroup><thead>
</thead><tbody>
[TD="align: center"]1[/TD]

[TD="align: center"]2[/TD]

[TD="align: center"]3[/TD]

[TD="align: center"]4[/TD]

[TD="align: center"]5[/TD]

</tbody>
Orders

[TABLE="width: 85%"]
<tbody>[TR]
[TD]Worksheet Formulas[TABLE="width: 100%"]
<thead>[TR="bgcolor: [URL=https://www.mrexcel.com/forum/usertag.php?do=list&action=hash&hash=DAE7F5]#DAE7F5[/URL] "]
[TH="width: 10px"]Cell[/TH]
[TH="align: left"]Formula[/TH]
[/TR]
</thead><tbody>[TR]
[TH="width: 10px, bgcolor: [URL=https://www.mrexcel.com/forum/usertag.php?do=list&action=hash&hash=DAE7F5]#DAE7F5[/URL] "]O2[/TH]
[TD="align: left"]=IF(ISNUMBER(SEARCH(M2,N2)),"Match","Mismatch")[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[/TR]
</tbody>[/TABLE]
 
Upvote 0
Glad to help & thanks for the feedback
 
Upvote 0

Forum statistics

Threads
1,223,236
Messages
6,170,917
Members
452,366
Latest member
TePunaBloke

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