Help matching new columns with slightly different text

chummychap

New Member
Joined
Nov 8, 2018
Messages
2
[TABLE="width: 1106"]
<colgroup><col><col></colgroup><tbody>[TR]
[TD]Available grants[/TD]
[TD]Published[/TD]
[/TR]
[TR]
[TD]Measuring productivity[/TD]
[TD]Services Data Set[/TD]
[/TR]
[TR]
[TD]Census data[/TD]
[TD]Data Security [/TD]
[/TR]
[TR]
[TD]Activity data[/TD]
[TD]Monthly analysis on last census[/TD]
[/TR]
[TR]
[TD]Work Assessment [/TD]
[TD]Organisation Reference Data [/TD]
[/TR]
[TR]
[TD]Smoking habits of adults[/TD]
[TD]Adult smoking [/TD]
[/TR]
[TR]
[TD]Risk management[/TD]
[TD]Management of risk in finance

[/TD]
[/TR]
</tbody>[/TABLE]

Hi all,

I have searched on here and online but can't find an answer. I have created an example above. Basically, I want to compare two columns but with slightly different words e.g risk management vs management of risk in finance.

What I have tried :

(1)

=IFERROR(INDEX($B$2:$B$1375,MATCH(1,COUNTIF(A2,"*"&$B$2:$B$1375&"*"),0)),"")

but it gives a different result when I do =IFERROR(INDEX($A$2:$A$1375,MATCH(1,COUNTIF(B4,"*"&$A$2:$A$1375&"*"),0)),"")


(2)

=VLOOKUP(B2,$A$2:$A$375,1,TRUE)

which returned almost all the cells but without really matching it.


(3)

LOOKUP(2^15,SEARCH(B2,descriptions),$B$2:$B$1323)



The text above is made up but I hope it conveys my question. The column numbers are also different so I filled in random text just to use the index and match

Thank you all for your help.
 

Excel Facts

Fastest way to copy a worksheet?
Hold down the Ctrl key while dragging tab for Sheet1 to the right. Excel will make a copy of the worksheet.

Forum statistics

Threads
1,224,823
Messages
6,181,176
Members
453,021
Latest member
Justyna P

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