I want to use the wildcard to filter out data that has the following words:
- HODE% (ie. HODE12, HODE23, HODET4 etc.)
- ABTX% (ie. ABTX34, ABTXJ8, etc...)
- ABDT%
- WEDT%
I know I can use the following formula for one of the 4 words, but I would like to know if there are formulas I could use where there are multiple words I need to pull out from a database. Any suggestions, tips, or resolution?
CONTAINS([Field 1],'HODE')