View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.misc
JLatham JLatham is offline
external usenet poster
 
Posts: 2,203
Default Name Format Formula

Handles 1 or 2 spaces, so can deal with
John Appleseed or John X. Appleseed
both result in Appleseed, J

Thanks to Paul C for giving me the one-space solution to toss in with my
2-space solution.

"sross002" wrote:

I have a full name in A1 but I want it to read as: Full Last Name, First
Name Initial.

For example, I would like to convert John Appleseed (a1) to Appleseed, J

Thank You in advance.