Let's say T12 = 'Novice Dec
=IF(ISNUMBER(SEARCH("nov",T12)),"5",IF(ISNUMBER(SEARCH("dec",T12)),"6",""))
With the above equation, it will return "5". I want it only to return "5" if "nov" is its own word. IE in this case, it want it to return "6".
Thanks for the help.
Oscar