Hi All,
I have data like the following but not limited to the following pattern in a column
TowerBrick
BrickTower
BricksinTower
Bricks.Tower-Bigbox
...tower.Jet
&%alstower TowerBrick
I want to create a new column where I classify all the above as "Tower". Can I create a formula using REGEX_MATCH or CONTAINS that can search the entire column with 4000 rows and find out which all contain "Tower"?
I tried the above but not working..maybe I am doing something wrong with the wildcard match.
Please advise.
Thanks