I have a few spreadsheets that contain listings. One of the fields is "Address". I need this single Address Field to be split into 6 different fields (Address Line 1, Address Line 2, City, State, Postal Code, Country). Generally speaking, the data is consistenly comma delimited so a script should work to well enough to automate the process. Ocassionally, there are certain values where the address does not follow a consistent format, so some manual work may be required. There are a total of...