Based on your sample file, try this, copied down...
=IF(ISNUMBER(SEARCH(E2,A2,1)),E2,IF(ISNUMBER(SEARCH(F2,A2,1)),F2,""))

edit: this searches for either the keyword (returns keyword) or postal code (returns postal code)