I am trying to separate data in the form:
Company Name
AZ
I want to move the state to a separate column. How would I do this?
Solved! Go to Solution.
Hi @jwc,
I moved this comment to a separate thread.
You can use text to columns with newline ( /n ) as your delimiter to split this data to rows.
Take a look at the attached example.
Thanks,
Okay, so here is a spreadsheet that replicates my issue. For example, I need to get
3457D ABC Company, Inc. AK
All in different columns.
You will see in the excel sheet, this data also populates with white space, so that is an issue I also need to fix. Thank you for the replies! My first post definitely did not have enough detail! Appreciate any solutions!
Thank you for your help!