I need formula for 2 of my scenarios: I have 2 list of data; List 1 contains 10 customer name; list 2 contains 500 customer name.
List 2 contains customer name with little change(like prefix or suffix of something eg: list 1 vodafone, list 2 vodafone ltd)
Scenario 1: I need to find out in list 2 by looking up at list 1, customer available or not. If list 1 customer name partially matches with list 2 it should write available or else not available.
Scenario 2: Need to list of the customer names which is duplicated by prefix or suffix. Eg: List 1 has 10 companies name, but those would have appeared in list 2 by little changes for eg 20 names. Eg list 1 has Vodafone; list 2 has Vodafone, vodfone india, Vodafone ltd etc., all thsese I need to list out.
Thanks
List 2 contains customer name with little change(like prefix or suffix of something eg: list 1 vodafone, list 2 vodafone ltd)
Scenario 1: I need to find out in list 2 by looking up at list 1, customer available or not. If list 1 customer name partially matches with list 2 it should write available or else not available.
Scenario 2: Need to list of the customer names which is duplicated by prefix or suffix. Eg: List 1 has 10 companies name, but those would have appeared in list 2 by little changes for eg 20 names. Eg list 1 has Vodafone; list 2 has Vodafone, vodfone india, Vodafone ltd etc., all thsese I need to list out.
Thanks