inneedforexcelhelp

New Member
Joined
Aug 29, 2017
Messages
1
Hi,

I'm stuck on a list with 1 column consisting of 13000 company names. These company names some are partial matches. For example, Company ABC Pty Ltd. and Company ABC Proprietary Limited.
Is there anyway for me to be able to filter through this? Even a macro ...anything. :(:(:(
I only have 1 column and all I've found is comparing with 2 columns, I know you can do that with a Fuzzy Lookup.
Any help would be much appreciated.

Thanks!!:rolleyes:
 

Excel Facts

Ambidextrous Undo
Undo last command with Ctrl+Z or Alt+Backspace. If you use the Undo icon in the QAT, open the drop-down arrow to undo up to 100 steps.
Can you use something like this. I created a sample data field a1:a8. I used a criteria ABC. This is my formula
=IF(ISNUMBER(SEARCH($A$10,"*"&$A$1:$A$8&"*")),A1,"")

<tbody>
</tbody>

ABC Pty. Ltd.ABC Pty. Ltd.
ABC Proprietary LimitedABC Proprietary Limited
Smith Co
Rusk Inc.
Tex ABC Inc.Tex ABC Inc.
Jones Inc.
N. ABC IncN. ABC Inc
West ABC CoWest ABC Co
ABC

<colgroup><col><col><col></colgroup><tbody>
</tbody>
 
Upvote 0

Forum statistics

Threads
1,220,965
Messages
6,157,120
Members
451,399
Latest member
alchavar

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