October 19, 200520 yr I have been sent a file with last name and first name in a single field. How do I separate them into 2 fields Edited October 19, 200520 yr by Guest
October 19, 200520 yr Use: LeftWords ( text ; 1 ) for the part of the name that appears first Use: RightWords( text ; 1 ) for the part of the name that appears last
October 19, 200520 yr Right and Left Functions will work if there aren't any "Mac, Van, Mc.", etc. in the list. There is a file that may be helpful attached to this thread. Click Here to Go However, I suspect that there could be a Custom Function or Calculation that can now do this. HTH Lee
Create an account or sign in to comment