Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Excel Function LastName,(Space)First Name

Status
Not open for further replies.

JimStrand

Technical User
May 7, 2014
33
US
I have an excel function which converts cell A1 from First Last to Last,First.
A1 C1
FirstName LastName LastName,FirstName

Formula in C1
=MID(A1&","&A1,FIND(" ",A1)+1,LEN(A1))

What I need is a space before the FirstName

Any suggestions for revising the function to obtain this result? Many Thanks.

Jim
 
This is an Exchange forum, not Excel, sorry.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top