Sorry for the Title Gore.
I have a cell where users enter qualification codes. Sometimes it's a single code, but sometimes it's multiple codes separated with a comma.
I have a table with additional information for these codes. Each row of that table is one code.
I have a report that returns the additional information of the codes, but only if they're present.
The problem is I don't know of a way to return the additional information when multiple codes are present in the first cell. And even if it did look within the cell for matches, some codes are parts of other codes. So a code of "V" is within a code of "V2" even though "V" and "V2" are different codes.
Example:
Users fill out data on a table, and enter the appropriate codes as needed
![Table for Users]()
The second table has the descriptions. I want to somehow match the codes on the first table with the second table and pull the descriptions
![Table with Descriptions]()
In the above example the codes pulled from the second table should be S, SW, C, R.
Our community of experts have been thoroughly vetted for their expertise and industry experience.
The Most Valuable Expert award recognizes technology experts who passionately share their knowledge with the community, demonstrate the core values of this platform, and go the extra mile in all aspects of their contributions. This award is based off of nominations by EE users and experts. Multiple MVEs may be awarded each year.
The Distinguished Expert awards are presented to the top veteran and rookie experts to earn the most points in the top 50 topics.