Index and Match text when the matching data has additional information

colindg

New Member
Joined
Mar 23, 2016
Messages
8
I have a list of several hundred buildings from which I want to index several other columns of data from another lists on other sheets. The building names have had additional data added. for example List one "23 River Street" and on the second "23 River Street - 5678" I have tried =IFERROR(INDEX(Kern!$A$2:$A$122,MATCH(C2,Kern!$B$2:$B$122&"*",0)),"TBC") but this does not work.

Any ideas?
 

Excel Facts

What is the shortcut key for Format Selection?
Ctrl+1 (the number one) will open the Format dialog for whatever is selected.
assuming there aren't going to be any duplicates you could try something like.....

=IFERROR(LOOKUP(9.99E+307,SEARCH(C2,Kern!$B$2:$B$122),Kern!$A$2:$A$122),"TBC")
 
Upvote 0
assuming there aren't going to be any duplicates you could try something like.....

=IFERROR(LOOKUP(9.99E+307,SEARCH(C2,Kern!$B$2:$B$122),Kern!$A$2:$A$122),"TBC")

Thanks that works as you expected now I have to deal with the spelling mistakes in my lists which is not so bad.
 
Upvote 0

Forum statistics

Threads
1,214,976
Messages
6,122,543
Members
449,089
Latest member
davidcom

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