+ Reply to Thread
Results 1 to 6 of 6

How to shift numeric number from left side to right side of a particular word

  1. #1
    Forum Contributor
    Join Date
    06-08-2012
    Location
    BD
    MS-Off Ver
    Microsoft Office 2016
    Posts
    633

    How to shift numeric number from left side to right side of a particular word

    Dear all, Cell A is my source data , required to convert like Cell B
    CELL A CELL B
    5ETM2 ETM2-5
    12ETM2 ETM2-12
    253ETM2 ETM2-253

  2. #2
    Forum Guru benishiryo's Avatar
    Join Date
    03-25-2011
    Location
    Singapore
    MS-Off Ver
    Excel 2013
    Posts
    5,147

    Re: How to shift numeric number from left side to right side of a particular word

    hi nur2544. assuming 1st alphabet always "E", then:
    =MID(A1,SEARCH("e",A1),LEN(A1))&"-"&LEFT(A1,SEARCH("e",A1)-1)

    Thanks, if you have clicked on the * and added our rep.

    If you're satisfied with the answer, click Thread Tools above your first post, select "Mark your thread as Solved".

    "Contentment is not the fulfillment of what you want, but the realization of what you already have."


    Tips & Tutorials I Compiled | How to Get Quick & Good Answers

  3. #3
    Forum Guru DonkeyOte's Avatar
    Join Date
    10-22-2008
    Location
    Northumberland, UK
    MS-Off Ver
    O365
    Posts
    21,531

    Re: How to shift numeric number from left side to right side of a particular word

    If it's always ETM2 as implied by sample:

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


    If it's not that straightforward let us know.

  4. #4
    Forum Expert
    Join Date
    11-28-2012
    Location
    Guatemala
    MS-Off Ver
    Excel 2010
    Posts
    2,394

    Re: How to shift numeric number from left side to right side of a particular word

    try the macro

  5. #5
    Forum Contributor
    Join Date
    06-08-2012
    Location
    BD
    MS-Off Ver
    Microsoft Office 2016
    Posts
    633

    Re: How to shift numeric number from left side to right side of a particular word

    hi benishiryo , thanks it works.

  6. #6
    Forum Contributor
    Join Date
    06-08-2012
    Location
    BD
    MS-Off Ver
    Microsoft Office 2016
    Posts
    633

    Re: How to shift numeric number from left side to right side of a particular word

    hi DonkeyOte, many thanks. it works very well..

+ 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