I have an Excel data file that has address in one field with multiple lines for address line 1, address line 2, city/province/postal code, country. How to parse address line 1 and line 2 out of that address field and place each in a separate column but keep address line 2 blank if the record does not have an address line 2? Below are two made-up examples, one with and the other without the address line 2. Appreciate any help you could provide. Thank you!
| Name | Address |
| Jane Doe | 25 Mary Glover Avenue Markham, ON L8C 3B4 Canada |
| John Smith | 1900 King's Park Avenue Unit 366 Toronto, ON M2R 1R9 Canada |