Hi, I'm trying to cross check if a any of the values (text) from Sheet B 'Value list' column is contained in the row (text string) under analysis in Sheet A 'Description', if found, I want to retrieve the corresponding row vale from Sheet B "Class" column and bring it to Sheet A 'Class' column. I can't figure out the best way to achieve this. Thought about nested IFs, index/match combination, but haven't succeed to make it work.
To consider, searched value can be in any place within the evaluated text string. All values available in 'Value list' should be searched.
Thanks in advance for your help!
@Genevieve P. @Paul Newcome any thoughts? May be you have already tackled an issue like this before?