I need to write a formula that states:
If the cell is empty then nothing
if it contains "terminal" then "Term"
if it contains "wire"" then "wire"
if it contains anything else then "other".
but the cell will contain something like this:
70031171 Terminal;BC;Press/Lug/Tab/Pipe
so the formula will need to select the word "Terminal" out of the string of words to return "term" "wire" or "other"
Excel 2003
If the cell is empty then nothing
if it contains "terminal" then "Term"
if it contains "wire"" then "wire"
if it contains anything else then "other".
but the cell will contain something like this:
70031171 Terminal;BC;Press/Lug/Tab/Pipe
so the formula will need to select the word "Terminal" out of the string of words to return "term" "wire" or "other"
Excel 2003