I hope someone can assist with this question, I am using text to columns to separate State and Country, however, some countries don't have state separated by comma on the column.
| Location |
| South Africa |
| South Africa |
| South Africa |
| South Africa |
| South Africa |
| AZ, United States |
| IL, United States |
| United Kingdom |
| United Kingdom |
This is the result I am getting, but I really wanted the United States to be on the same column as other countries.
| South Africa | [Null] |
| South Africa | [Null] |
| South Africa | [Null] |
| South Africa | [Null] |
| South Africa | [Null] |
| AZ | United States |
| IL | United States |
| United Kingdom | [Null] |
| United Kingdom | [Null] |