Sample Data
This table shows a list of full names in column A. We want to split these full names into first and last names in columns B and C, then merge them back with a comma separator in column D.
| Cell | Value |
|---|---|
| A1 | Full Name |
| A2 | John Doe |
| A3 | Jane Smith |
| A4 | Alice Johnson |
| B1 | First Name |
| C1 | Last Name |
| D1 | Merged Name |