Forum Discussion
Lucascobar
Aug 24, 2021Copper Contributor
HOW TO: "If cell contains specific text then return specific text"
 If I have a list of things, and I want to have the return from another list if it contains certain keywords.     In the appendix of file, the column A is the original list, and I want to have it retu...
- Aug 24, 2021=FILTER($F$3:$F$5,ISNUMBER(SEARCH($E$3:$E$5,A2)))
SergeiBaklan
Aug 24, 2021Diamond Contributor
- RyanOWJan 04, 2023Copper ContributorBrilliant ! This helped so much! Just wanted to say a huge thank you for this! 🙂just what I was looking for, which i couldn't seem to find anywhere else! Saved me a lot of time! - SergeiBaklanJan 04, 2023Diamond ContributorRyanOW , you are welcome 
 
- LucascobarAug 25, 2021Copper ContributorThanks for the quick solution!!