+ Reply to Thread
Results 1 to 6 of 6

Positioning text in a cell?

  1. #1
    Registered User
    Join Date
    08-23-2017
    Location
    South Carolina
    MS-Off Ver
    2010
    Posts
    2

    Positioning text in a cell?

    Hello all, I'm new to the Forum and wish I had been hanging out here a lot sooner. As I read various post I am finding out just how ignorant I am when it comes to Excel. Prior to joining the Forum I would have thought I could have at least taught an Excel 101 class at community college. Now, not so much...

    Anyway, we have client data we need to create labels from but the data needs to be repositioned. Currently it reads "LastName, FirstName" in each column. How can I format that column to read "FirstName LastName"?

    Thanks!

  2. #2
    Forum Guru AlKey's Avatar
    Join Date
    07-20-2009
    Location
    Lakeland, FL USA
    MS-Off Ver
    Microsoft Office 2010/ Office 365
    Posts
    8,903

    Re: Positioning text in a cell?

    Try this
    Formula: copy to clipboard
    Please Login or Register  to view this content.

    v A B
    1 LastName, FirstName FirstName LastName
    If you like my answer please click on * Add Reputation
    Don't forget to mark threads as "Solved" if your problem has been resolved

    "Nothing is so firmly believed as what we least know."
    --Michel de Montaigne

  3. #3
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,916

    Re: Positioning text in a cell?

    Welcome to the forum!

    With your first name in A1, this in B1 drag copied down:

    =MID(A1,FIND(" ",A1)+1,999999)&" "&LEFT(A1,FIND(",",A1)-1)
    Ali


    Enthusiastic self-taught user of MS Excel who's always learning!
    Don't forget to say "thank you" in your thread to anyone who has offered you help.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    Forum Rules (updated August 2023): please read them here.

  4. #4
    Registered User
    Join Date
    08-23-2017
    Location
    South Carolina
    MS-Off Ver
    2010
    Posts
    2

    Re: Positioning text in a cell?

    AliGW and AlKey, thank you both so much. Now I have to learn how and why that formula works. I really appreciate the promptness and expertise!

  5. #5
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,916

    Re: Positioning text in a cell?

    AlKey's is cleverer than mine, and more efficient, but working out how each works will teach you different and useful skills. Shout if you need explanations.

    Please mark the thread as solved.

  6. #6
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,916

    Re: Positioning text in a cell?

    To mark as solved, select Thread Tools from the menu link above and mark this thread as SOLVED. Thanks.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Positioning in a cell
    By axmug in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 11-14-2013, 06:47 AM
  2. [SOLVED] Positioning a graphic within text
    By marketshare in forum Word Formatting & General
    Replies: 2
    Last Post: 01-21-2013, 07:53 PM
  3. Positioning text boxes
    By K Thomas in forum Excel General
    Replies: 1
    Last Post: 04-28-2011, 04:27 PM
  4. positioning form relative to text
    By smooth in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 06-11-2010, 09:35 PM
  5. TEXT Positioning
    By kegnerak in forum Excel - New Users/Basics
    Replies: 2
    Last Post: 08-30-2007, 10:37 AM
  6. [SOLVED] Positioning text Boxes on an excel chart
    By cricketBuff in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 03-15-2006, 03:10 PM
  7. [SOLVED] Header/Footer horizontal margins/text positioning
    By akhergert in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 11-08-2005, 05:30 PM
  8. Recalculate sheet & Positioning text boxes
    By George Andrews in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 05-17-2005, 06:06 PM

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