This extracts the numbers ok, I believe the last step would be to add in a filter to get the text and place it on the right but no idea where to go. At least, I don’t understand how to implement Index for this
Of course none of this takes into account user-typos, street names less than 4 characters, etc…
Yep.
I understand what you’re trying to do, @MKau, but I suspect it will end up being a huge problem over time. There are so many ways the code generation process could break that are completely outside your control and ability to predict (I would imagine). I would encourage you to consider some other path.
It’s mainly data entry so I’m ok if it breaks. When I’m on the road it’s an incredible timesaver to have Appsheet fill in my Google Sheet entries.
I marked the solution and wanted to thank Marc for this code. I’ve analysed it and learnt a great deal on how to improve on writing this kind of stuff now.