Excel formula to look up for several specific words and if found save specific text to another column
Basically to get your desired output, instead of nesting each IF statement within each other, you need to write them separately and combine the output. You can use TextJoin to …