I have an excel sheet I need to prepare for import into my database. The sheet has only 1 column "Name" in which both first and last name appear such as John Smith. Is there a formula I can use to de-concatenate these so that I can have two columns: "First Name" and "Last Name"? Please advise.