Help matching new columns with slightly different text

chummychap

New Member
Joined
Nov 8, 2018
Messages
2
Available grantsPublished
Measuring productivityServices Data Set
Census dataData Security
Activity dataMonthly analysis on last census
Work Assessment Organisation Reference Data
Smoking habits of adultsAdult smoking
Risk managementManagement of risk in finance


<colgroup><col><col></colgroup><tbody>
</tbody>

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

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.

Forum statistics

Threads
1,215,492
Messages
6,125,116
Members
449,206
Latest member
burgsrus

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