Separate address elements from 1 cell in Excel
问题 I have thousands of addresses in this format: 123 Happy St. Kansas City, MO 64521 9812 Main Street Minneapolis, MN 62154 12 Virgina Ave, Apt 8, Dallas, TX 54334 I want to extract the address, city, state, zip into individual cells (without using VB if possible). I've tried a couple variations of other methods posted, but I can't quite get desired results. 回答1: Analyze your problem! you want to split your address string at the comma you then want to split the right fragment from (1) at the