Hi all - Am trying to figure out how to to this. I have a list of job titles (column A) - I want to search each cell for a specific word, and then return that word in column C. Please help!!
So if cell A2 has the word director in it, then I want cell C2 to say director, if cell A2 has the word manager in it, then I want cell C2 to say manager)....if it doesn't have either of those, then I want it to return 0.
Column A
Account Director
Account Manager
SVP, Digital
Marketing Executive
I think this formula would work...but I need to add multiple searches.
=IF(ISNUMBER(SEARCH("director",A2))"director")
So if cell A2 has the word director in it, then I want cell C2 to say director, if cell A2 has the word manager in it, then I want cell C2 to say manager)....if it doesn't have either of those, then I want it to return 0.
Column A
Account Director
Account Manager
SVP, Digital
Marketing Executive
I think this formula would work...but I need to add multiple searches.
=IF(ISNUMBER(SEARCH("director",A2))"director")