Skip to content
Advertisement

How to compare between lists for a partial match and create a new list from both list

I need to compare between two lists for a partial match and then create a new list based on the matching items. My current output is empty. Thanks in advance.

JavaScript

Current Output:

JavaScript

Needed Output:

JavaScript

Advertisement

Answer

You seem to only want to look at the first 6 characters of each account. Use this:

JavaScript
User contributions licensed under: CC BY-SA
7 People found this is helpful
Advertisement