G
Guest
I am importing an Excel spreadsheet with where the name column is either an organization or LastName,FirstName. I am able to split off the LastName using Left and Instr functions. How do I get the FirstName out. I keep getting either a partial first name or part of the last name. The LastName and FirstName are variable in length.