One column of my spreadsheet, I have this data extracted from a database in this format:
Column C1: ["Name","Street Address","City, State Zipcode"]
I want to extract Street Address, City, State Zipcode into a different column, N1. How do I do that?
Thanks!