Hello!
I am thinking this may be a lost cause but thought I'd ask. So I currently own several sheets where Quality Analysts listen to calls and leave a block of text. I've built a lot of tables, data trending, etc.. off those variables from a Column that is a Drop Down - Multiple Values column, but it requires that I read their commentary and then select the appropriate variables. I'm wondering if there is a formula that anyone has that can pull out multiple words/references from a single column/row to a single column/row.
Example of the text below and the variables column:
The block of text is under "DAQ comments" and the Word/Phrase I'd need the formula to pull back is in the "Variables of Concern" column.
I've tried a few things like a HAS and CONTAINS but it's only successful at pulling back ONE of the key terms. For instance I've tried "=IF(CONTAINS("FCRA") = "True", "FCRA, IF(Contains("Effective Date") = "True", "Eff. Date", "") But it only pulls back FCRA and doesn't check for the next variables. Ideally if the block of text had both.. I'd want both FCRA and Eff. Date pulled back.
Any and all recommendations welcome!