How to retrieve multiple possible matches in the same range

muneshnaagar

New Member
Joined
Jan 22, 2019
Messages
4
Hello guys,

I am new to the community, so please forgive me for any mistakes regarding my first post.

Now, I have a range of some store names with their respective addresses. I need to find all possible matches against every store to remove any sort of duplication due to typo or abbreviations used. I tried myself but could not find more than 1 match.

Came across a thread in the forum which is exactly what I am looking for but I am unable to completely use it. I will share it below.

ABCDEFGHIJ
1NamesValues LookupsMatchesValue 1Value 2Value 3Value 4Value 5
2CCvhtt7 AA5AAabjkAApakqAAsqtcAAhwpqAAwxlw
3BBmcyj33 AB4ABfehzABoaxmABlfaaABszgv
4ABszgv4 AC3ACdjjzACriekACuxrq
5BAvmfi41 BA5BAxcejBAqvkvBAjtitBAgrenBAvmfi
6ABlfaa58 BB3BBptmfBBnaswBBmcyj
7ABoaxm2 BC0
8ACuxrq68 CA1CArchd
9ABfehz15 CB2CBwhpuCBkunk
10BAgren1 CC4CCfdwaCCsflqCCuqgmCCvhtt
11CCuqgm53
12BAjtit49
13CArchd4
14CCsflq15
15ACriek68
16BAqvkv29
17ACdjjz22
18AAwxlw1
19BAxcej23
20CBkunk74
21AAhwpq35
22AAsqtc14
23CBwhpu66
24AApakq49
25CCfdwa48
26BBnasw2
27BBptmf67
28AAabjk20

<colgroup><col width="64" span="11" style="width:48pt"> </colgroup><tbody>
</tbody>


Array Formulas
CellFormula
E2{=SUM(IF(NOT(ISERROR(FIND(D2,$A$2:$A$28))),1))}
F2{=IF(COLUMN(A1)<=$E2,INDEX($A:$A,LARGE(IF(NOT(ISERROR(FIND($D2,$A$2:$A$28))),ROW($A$2:$A$28)),COLUMN(A1))),"")}

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


Now, I am able to get result in Value1(1st possible match) but not for next matched like Value2, Value3 (next possible matches for a lookup value) etc. Need help on this as to how to replicate formula in F2 to G2, H2, I2 etc.

Any help will be highly appreciated. Please elaborate as much as possible.

Regards
Munesh Naagar
 

Excel Facts

Easy bullets in Excel
If you have a numeric keypad, press Alt+7 on numeric keypad to type a bullet in Excel.
If you can get the first value, all you should need to do is copy the formula from F2 to G2, and so on.
 
Upvote 0

Forum statistics

Threads
1,216,085
Messages
6,128,732
Members
449,465
Latest member
TAKLAM

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