Hi,
I want to split an address into a street name and housenumber.
A street name can be anything as long as its text (ie. Beautiful sunflower street or anything with multiple names) and housenumber can bean integer with any extension (like 193a or 13b with green fence)
So, obviously I have to split it at the position of the number.
I know it is easy to do this with formula, but I don't know the right one.
I was thinking to use substitute or find, but can't find an example of returning the position of the first integer in a string.
Any help will be very welcome.
I want to split an address into a street name and housenumber.
A street name can be anything as long as its text (ie. Beautiful sunflower street or anything with multiple names) and housenumber can bean integer with any extension (like 193a or 13b with green fence)
So, obviously I have to split it at the position of the number.
I know it is easy to do this with formula, but I don't know the right one.
I was thinking to use substitute or find, but can't find an example of returning the position of the first integer in a string.
Any help will be very welcome.