Hi Community,
Im looking at some address data, and im looking to get the flat/apartment number from the string.
I've created a sample below of the type of address data i will get . Below is also the regex formula i have used to get the 2 columns address and term used.
I dont have anything returned for the last 2 lines, can anyone spot any issues in the formula that would result in this ?
thanks !
((?<= )APT|FLAT|APARTMENT|Suite)? ?((?<= )\d*)?$
