I have a column of data, that I need to separate into two columns. I've tried using the methods outlined here, as well as using Flash Fill, but neither seems to get things just right.
Examples of entries in the column would be:
Main Street 12
North Main Street 3
South Main Street 4A
Main Street B
10th Main Street 12A
The last example above in particular is what caused the issue with the first method cited, as the numbers at the beginning of the entry result in additional information being moved in the second column when separating.
What I need is a method of creating two columns based off of the existing entry. Column B would contain the final block of string; while column A would contain everything else.
Happy to use Array Formulas; haven't really used VBA or Macros before but will try if I need to.
Any ideas?