+ Reply to Thread
Results 1 to 5 of 5

What Formula to use !

Hybrid View

dlealb What Formula to use ! 05-01-2017, 09:15 PM
southward Re: What Formula to use ! 05-01-2017, 09:23 PM
dlealb Re: What Formula to use ! 05-01-2017, 09:35 PM
dlealb Re: What Formula to use ! 05-01-2017, 09:42 PM
southward Re: What Formula to use ! 05-01-2017, 09:47 PM
  1. #1
    Registered User
    Join Date
    04-09-2015
    Location
    Philippines
    MS-Off Ver
    Microsoft Office Standard 2013
    Posts
    82

    What Formula to use !

    Hi,

    What formula could i use to re-arrange a name format.

    Current name format: Lastname, Firstname

    Expected Outcome: Firstname.Lastname

    Wanted to lookup an employee to what supervisor he is under.
    Its tiresome to edit the name of the supervisor when you have over 200+ agents and more than 30 supervisor.

  2. #2
    Valued Forum Contributor
    Join Date
    05-08-2015
    Location
    Uvalde, TX
    MS-Off Ver
    2010
    Posts
    720

    Re: What Formula to use !

    Assuming your data is in A2.

    Something like:

    =RIGHT(A2,LEN(A2)-SEARCH(", ",A2,1))&"."&LEFT(A2,SEARCH(",",A2,1)-1)
    Cheers

  3. #3
    Registered User
    Join Date
    04-09-2015
    Location
    Philippines
    MS-Off Ver
    Microsoft Office Standard 2013
    Posts
    82

    Re: What Formula to use !

    Quote Originally Posted by southward View Post
    Assuming your data is in A2.

    Something like:

    =RIGHT(A2,LEN(A2)-SEARCH(", ",A2,1))&"."&LEFT(A2,SEARCH(",",A2,1)-1)
    Cheers
    Thank you for the Help Southward.

    So now we want to reverse the process how should we proceed sir?

  4. #4
    Registered User
    Join Date
    04-09-2015
    Location
    Philippines
    MS-Off Ver
    Microsoft Office Standard 2013
    Posts
    82

    Re: What Formula to use !

    Sorry Sir let me elaborate.

    After Converting the name format from Lastname, FirstName to Firstname.Lastname (I have now verified which employee is aligned to a supervisor using lookup in this case)
    now im ready to upload the data to our system but it only accepts the original name format which is.

    Lastname, Firstname

    How to do it then?
    Sorry new in Excel

  5. #5
    Valued Forum Contributor
    Join Date
    05-08-2015
    Location
    Uvalde, TX
    MS-Off Ver
    2010
    Posts
    720

    Re: What Formula to use !

    Here to go:

    =RIGHT(A2,LEN(A2)-SEARCH(".",A2,1))&", "&LEFT(A2,SEARCH(".",A2,1)-1)
    Cheers

+ 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 formula bar to display the result of the formula , not the formula?
    By max_max in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 12-18-2016, 07:15 PM
  2. Replies: 11
    Last Post: 06-06-2014, 03:34 PM
  3. how to hide formula in formula box, view lookup result in formula box?
    By vengatvj in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 10-14-2013, 04: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