Lookine for a formula that would look at a text cell with many identifiers, look for a specific word then look at an array and give the corresponding number that is associated with the word.
Example:
Blue Ford F-150 V8 auto trans
The formula would look for a specific word like Blue then look at an array such as
Blue 1
Red 2
green 3
and return the value 1
I have been using the IF(ISNUMBER(SEARCH("BLUE", C7),1, IF(ISNUMNER(SEARCH.........
But I am going to have many identifiers and want people to be able to add to the list without having to write more formula.
Thanks for any help
Example:
Blue Ford F-150 V8 auto trans
The formula would look for a specific word like Blue then look at an array such as
Blue 1
Red 2
green 3
and return the value 1
I have been using the IF(ISNUMBER(SEARCH("BLUE", C7),1, IF(ISNUMNER(SEARCH.........
But I am going to have many identifiers and want people to be able to add to the list without having to write more formula.
Thanks for any help