Hello,
I am trying to search a cell to see if it contains an abbreviation for job title.. if it contains the abbreviation, i want it to put in the full job title which is reference in another cell.
I have got it working for one text cell by the following:
=IF(ISNUMBER(SEARCH("Abbreviation1",$A5)),Full title cell1)
I want to run the formula so that if it contains abbreviation2, it will insert full title cell2 and so on....
I tried this:
=IF(AND(ISNUMBER(SEARCH("abbreviation1,$A5)),Full Title cell1), ((Abbreviation2,$A5),Full title cell 2)
but it doesn't work.
Any help anyone is able to provide would be greatly appreciated..
Kind Regards
I am trying to search a cell to see if it contains an abbreviation for job title.. if it contains the abbreviation, i want it to put in the full job title which is reference in another cell.
I have got it working for one text cell by the following:
=IF(ISNUMBER(SEARCH("Abbreviation1",$A5)),Full title cell1)
I want to run the formula so that if it contains abbreviation2, it will insert full title cell2 and so on....
I tried this:
=IF(AND(ISNUMBER(SEARCH("abbreviation1,$A5)),Full Title cell1), ((Abbreviation2,$A5),Full title cell 2)
but it doesn't work.
Any help anyone is able to provide would be greatly appreciated..
Kind Regards