Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 39
Default Formula to change Name format

I have the name:

Smith,Jane A

and I would like a formula that changes it to:

Jane A Smith
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,722
Default Formula to change Name format

Try:

=MID(A2,FIND(",",A2)+1,256)&" "&LEFT(A2,FIND(",",A2)-1)
--
Best Regards,

Luke M
*Remember to click "yes" if this post helped you!*


"Kiley" wrote:

I have the name:

Smith,Jane A

and I would like a formula that changes it to:

Jane A Smith

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 39
Default Formula to change Name format

Thank you so much!

"Luke M" wrote:

Try:

=MID(A2,FIND(",",A2)+1,256)&" "&LEFT(A2,FIND(",",A2)-1)
--
Best Regards,

Luke M
*Remember to click "yes" if this post helped you!*


"Kiley" wrote:

I have the name:

Smith,Jane A

and I would like a formula that changes it to:

Jane A Smith

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Formula to change Phone Number format pete5440 Excel Discussion (Misc queries) 7 April 5th 23 02:54 PM
formula cell format change agr1259 Excel Worksheet Functions 3 December 19th 08 10:15 PM
Can you change a format WITHIN a formula? [email protected] Excel Worksheet Functions 1 September 7th 07 08:22 PM
Can I change currency format using a switch/formula djdacct Excel Discussion (Misc queries) 0 December 5th 06 10:19 AM
HOW TO: In a formula, how to change the format of the resulting te Kevin McCartney Excel Worksheet Functions 9 January 31st 06 10:29 AM


All times are GMT +1. The time now is 06:15 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"