+ Reply to Thread
Results 1 to 4 of 4

How do I move words around in a cell automatically?

  1. #1
    Registered User
    Join Date
    10-14-2009
    Location
    Salt lake city, Utah
    MS-Off Ver
    Excel 2007
    Posts
    2

    How do I move words around in a cell automatically?

    I have a very long list of music files and I want to sort bands by name. However, with bands like "The Beatles," I would like to sort these as "Beatles, The."

    Is there a formula that will automatically do this?

    Thanks!

  2. #2
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2003, 2010
    Posts
    40,678

    Re: How do I move words around in a cell automatically?

    No. You'd have to create a separate sort column with the articles moved around as you like.
    Entia non sunt multiplicanda sine necessitate

  3. #3
    Forum Expert
    Join Date
    03-23-2004
    Location
    London, England
    MS-Off Ver
    Excel 2019
    Posts
    7,065

    Re: How do I move words around in a cell automatically?

    In the single example you gave this formula would produce the required result

    =IF(ISERROR(FIND("X",A7))=TRUE,RIGHT(A7,LEN(A7)-FIND(" ",A7))&", "&LEFT(A7,FIND(" ",A7)-1),A7)

    and would work for any cell that contains 2 names seperated by a space
    Regards
    Special-K

    Ensure you describe your problem clearly, I have little time available to solve these problems and do not appreciate numerous changes to them.

  4. #4
    Registered User
    Join Date
    10-14-2009
    Location
    Salt lake city, Utah
    MS-Off Ver
    Excel 2007
    Posts
    2

    Thumbs up Re: How do I move words around in a cell automatically?

    Brilliant...it worked like a charm. Thank you so much!!!

+ 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