Finding Approximate Matches

carlos28669

New Member
Joined
Dec 4, 2018
Messages
2
Carrier
Ship Via
Match or Mismatch
Sunbelt
No UPS, Sunbelt Only
Match
Fedex
UPS
Mismatch
Fedex
FedEx Account ABCD
Match
UPS
Johnson Trucking
Mismatch

<tbody>
</tbody>


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

Copy formula down without changing references
If you have =SUM(F2:F49) in F50; type Alt+' in F51 to copy =SUM(F2:F49) to F51, leaving the formula in edit mode. Change SUM to COUNT.
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
1CarrierShip ViaMatch or Mismatch
2SunbeltNo UPS, Sunbelt OnlyMatch
3FedexUPSMismatch
4FedexFedEx Account ABCDMatch
5UPSJohnson TruckingMismatch

<colgroup><col style="width: 25pxpx"><col><col><col></colgroup><thead>
</thead><tbody>
</tbody>
Orders

Worksheet Formulas
CellFormula
O2=IF(ISNUMBER(SEARCH(M2,N2)),"Match","Mismatch")

<thead>
</thead><tbody>
</tbody>

<tbody>
</tbody>
 
Upvote 0
Glad to help & thanks for the feedback
 
Upvote 0

Forum statistics

Threads
1,214,951
Messages
6,122,442
Members
449,083
Latest member
Ava19

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