+ Reply to Thread
Results 1 to 3 of 3

Switch Order of Last Name/First Name and Drop any #'s in text

  1. #1
    Registered User
    Join Date
    12-28-2011
    Location
    Fonthill, Ontario
    MS-Off Ver
    Excel 2010
    Posts
    32

    Switch Order of Last Name/First Name and Drop any #'s in text

    Hi There,

    I have a first & last name with a number in cell B2 which looks like the following;

    939 Smith, Silvia

    I would like to drop the numbers and just return 'Silvia Smith'.

    I have the following part of the formula to drop the number and it works. =RIGHT(B2,LEN(B2)-FIND(" ",B2)) Need to know how to layer in the other part of the formula to switch first and last name.

  2. #2
    Forum Expert azumi's Avatar
    Join Date
    12-10-2012
    Location
    YK, Indonesia
    MS-Off Ver
    Excel 2019
    Posts
    2,373

    Re: Switch Order of Last Name/First Name and Drop any #'s in text

    Maybe

    =TRIM(MID(A1,FIND(",",A1)+2,50))&" "&TRIM(MID(LEFT(A1,FIND(",",A1)-1),FIND(" ",A1)+1,LEN(A1)))

  3. #3
    Registered User
    Join Date
    12-28-2011
    Location
    Fonthill, Ontario
    MS-Off Ver
    Excel 2010
    Posts
    32

    Re: Switch Order of Last Name/First Name and Drop any #'s in text

    It worked. 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. Excel 2007 : IF Formula / Macro to switch order of cells
    By dadevil316 in forum Excel General
    Replies: 1
    Last Post: 04-13-2011, 12:44 PM
  2. Switch Column Order with Data Already in Spreadsheet
    By ekrengel in forum Excel General
    Replies: 2
    Last Post: 08-28-2007, 10:10 AM
  3. switch number order
    By brian in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 06-21-2006, 07:10 PM
  4. [SOLVED] What buttons do I need to push in order to switch between sheets?
    By Dana in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 05-14-2006, 01:20 PM
  5. Is there a way to switch name order in an Excel column?
    By makocako in forum Excel General
    Replies: 3
    Last Post: 03-08-2005, 10: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