Hi all,
I'm looking to split out an address into different column but no sure how to apply:

In column A i have a basic address that i need to split out, if the 1st 3 characters contain a number then i need to extract the house number to the house number column and the remaining string to be split to street column. In addition, if the start of the string is text then it split to House Name Column.
I've tried various methods but not successful (i don't have access to use address parse)