salmonchild
Member
Afternoon all, currently having trouble nesting the above functions to return the result I want.
I have a column with job tiles in it, there are three job titles though a couple of instances for each e.g. Trainee Customer Advisor and Customer Advisor, Assistant Manager and Customer Service Manager, Trainee Apprentice and Customer Service Apprentice.
I want the return in the cell to be CSA, CSM or APP and have put together the following which only reloves for the first instance (Advisor) for the others it returns #VALUE!.
=IF(SEARCH("*Advisor*",B2),"CSA",IF(SEARCH("*Manager*",B2),"CSM",IF(SEARCH("*App*",B2),"APP","N/A")))
Does SEARCH return a true/false or just the text if it is there?
I have a column with job tiles in it, there are three job titles though a couple of instances for each e.g. Trainee Customer Advisor and Customer Advisor, Assistant Manager and Customer Service Manager, Trainee Apprentice and Customer Service Apprentice.
I want the return in the cell to be CSA, CSM or APP and have put together the following which only reloves for the first instance (Advisor) for the others it returns #VALUE!.
=IF(SEARCH("*Advisor*",B2),"CSA",IF(SEARCH("*Manager*",B2),"CSM",IF(SEARCH("*App*",B2),"APP","N/A")))
Does SEARCH return a true/false or just the text if it is there?