Link to home
Create AccountLog in
Avatar of Lia Nungaray
Lia NungarayFlag for United States of America

asked on

Expand comma separated values in a single field

I have an Excel file which contains a list of different codes separated by a comma. I need to compare each code to another workbook which I will name lookup. If the code from the main excel sheet has the word "Current" in the Status field, I have to write several values from the original table and the lookup.

Any ideas as to how to approach? I was thinking of putting both excel files in a dataframe, expand the comma separated values and compare both dataframes. However, I am having a hard time expanding the data. Any ideas?

ASKER CERTIFIED SOLUTION
Avatar of David H.H.Lee
David H.H.Lee
Flag of Malaysia image

Link to home
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer