I have a set of data that looks like this:
Milwaukee WI
New Berlin WI
Franklin WI
New York City NY
How can I separate these into 2 columns for city and state without using either a right/trim formula combination or a space delimited/concatenate combination?
Milwaukee WI
New Berlin WI
Franklin WI
New York City NY
How can I separate these into 2 columns for city and state without using either a right/trim formula combination or a space delimited/concatenate combination?