简体   繁体   中英

Match partial string with another list of strings

I have a few columns in an excel spreadsheet. Basically, I am trying to match partial string from one cell to another. I need help creating the results in column B and column C below in excel. Preferably formula. If not, vba is fine as well. The goal is to compare List_A to column D, E, F. Thanks!

在此处输入图片说明

I tried the following: 1. Split out List_A into different columns by using comma delimited. But did not know how to go forward because values in Column D,E,F might not always in order. So I can't compare cell to cell.

You are just in time to use the new TEXTJOIN function available in / and .

textjoin_xlol

The formula for column C is based on the SUBSTITUTE function .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM