Good afternoon,
I was looking at some answers given earlier and think both formulas could be dangerous given long sentences
=IF(A1="","",IF(ISNUMBER(SEARCH("Terminal",A1)),"Term",IF(ISNUMBER(SEARCH("Wire",A1)),"Wire","Other"))
the other formula was countif with *Terminal* as part of the equation,
Having played with both formulas they return the correct result if part of the word is there eg: Term
Is there a safe lookup for words or are these formulas based on searching one cell for a return value?
I was looking at some answers given earlier and think both formulas could be dangerous given long sentences
=IF(A1="","",IF(ISNUMBER(SEARCH("Terminal",A1)),"Term",IF(ISNUMBER(SEARCH("Wire",A1)),"Wire","Other"))
the other formula was countif with *Terminal* as part of the equation,
Having played with both formulas they return the correct result if part of the word is there eg: Term
Is there a safe lookup for words or are these formulas based on searching one cell for a return value?