I have bunch of rows that look like this:
"1050 United States"
or
"59495 California"
How can I obtain output that will look like this:
1050
United States
59495
California
I believe I need to use Text to Columns and split by whitespace but not sure if that works well.
Thank you!