+ Reply to Thread
Results 1 to 2 of 2

rearrange text

  1. #1
    JJ
    Guest

    rearrange text

    I need to flip the names in several cells...is there a formula or trick to
    avoid doing it manually? I have the names set up as (Thomas, John) but need
    them all to look like (John Thomas).

  2. #2
    Ron Coderre
    Guest

    RE: rearrange text

    I think it was "Daddylonglegs" that posted this approach:

    With A1: Public, John Q.

    B1: =MID(A1&" "&A1,FIND(",",A1)+2,LEN(A1)-1)

    If extra spaces may be a problem:
    B1: =TRIM(MID(A1&" "&A1,FIND(",",A1)+2,LEN(A1)-1))

    Either way returns John Q. Public

    Does that help?

    ***********
    Regards,
    Ron

    XL2002, WinXP-Pro


    "JJ" wrote:

    > I need to flip the names in several cells...is there a formula or trick to
    > avoid doing it manually? I have the names set up as (Thomas, John) but need
    > them all to look like (John Thomas).


+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1