+ Reply to Thread
Results 1 to 3 of 3

Shiftting of data

Hybrid View

avk Shiftting of data 12-10-2009, 06:47 AM
zbor Re: Shiftting of data 12-10-2009, 06:55 AM
teylyn Re: Shiftting of data 12-10-2009, 06:58 AM
  1. #1
    Forum Expert avk's Avatar
    Join Date
    07-12-2007
    Location
    India
    MS-Off Ver
    Microsoft Office 2013
    Posts
    3,279

    Shiftting of data

    Hellow friends
    i have one excel sheet1. In sheet1 no.of records near about 5000 to 6000 store.

    In column b 2 to b 6000 input name as per attach file. We have type some 10 customer name for example.

    Now i required, to show first surname for example in b2 column the name is : Ashish gandhi
    i want to display firstly surname : gandhi shish or in b10 column name is : J.p. Singh
    i want to display firstly surname :singh j.p..
    In above matter can u tell me is their any trick or any formula to change as per above.
    Enclosed file your ready ref.
    Attached Files Attached Files
    Last edited by avk; 12-28-2009 at 02:34 AM.

  2. #2
    Forum Moderator zbor's Avatar
    Join Date
    02-10-2009
    Location
    Croatia
    MS-Off Ver
    365 ProPlus
    Posts
    16,054

    Re: Shiftting of data

    How do you want to display MEHUL KRISHNA RATHOR and MUKHESH S. MEHER?
    Never use Merged Cells in Excel

  3. #3
    Forum Expert teylyn's Avatar
    Join Date
    10-28-2008
    Location
    New Zealand
    MS-Off Ver
    Excel 365 Insider Fast
    Posts
    11,375

    Re: Shiftting of data

    Hi,

    this will flip last name and what's before last name - put this in G2 and copy down

    =RIGHT(B2,LEN(B2)-FIND("@",SUBSTITUTE(B2," ","@",LEN(B2)-LEN(SUBSTITUTE(B2," ","")))))&" "&SUBSTITUTE(B2,RIGHT(B2,LEN(B2)-FIND("@",SUBSTITUTE(B2," ","@",LEN(B2)-LEN(SUBSTITUTE(B2," ",""))))),"")
    hth
    Last edited by teylyn; 12-10-2009 at 07:02 AM.

+ 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