excelmatchmatching

How to simply match two cells that have a letter different, for compliance checking


This seems like such an easy solve, but Im just brain blanking on it.

enter image description here

Apologies on the picture, people say enter these things as an excel sheet and I don't see that option.

Currently my =MATCH(A1291,Sheet4!$D$2:$D$1271,1) is giving wild results and counting people that I double check and they haven't finished the course

What I need is a simple (yes or no), it could be 1's or 0's in a cell... but as you can see I have 1300ish people to double check, which that number is growing quickly, hence why I need a solution before it gets away from me.

Both lists come from two columns each and I had to Concat it into one cell, thinking it would be easier. is this the issue?

IS anyone able to help?


Solution

  • You could use Fuzzy Match within Power Query.

    enter image description here

    enter image description here

    You may need to play around with the 0.75 threshold value in the merge and it might still give some problematic results, but that's fuzzy matching for you - "Slockoverstow" doesn't return a match, but "Slack Overstow" will.