+ Reply to Thread
Results 1 to 8 of 8

Formula needed to seperate numbers and letters

  1. #1
    Registered User
    Join Date
    06-12-2012
    Location
    glasgow
    MS-Off Ver
    Excel 2010
    Posts
    8

    Formula needed to seperate numbers and letters

    Hi all, just new to the site and only recently started working with excel due to change of employment.
    I have a sheet where in one column i have letters and numbers eg RT76454 name address 2333
    What i need is a formula which would read the RT76454 and put just the 76454 into another cell.

    Thanks in advance.
    Last edited by sherbetdab; 06-12-2012 at 12:56 PM.

  2. #2
    Forum Expert dilipandey's Avatar
    Join Date
    12-05-2011
    Location
    Dubai, UAE
    MS-Off Ver
    1997 - 2016
    Posts
    8,191

    Re: Newbie

    Hi Sherbetdab,

    Welcome to the forum.

    Would suggest you to go through the forum rules :-
    http://www.excelforum.com/forum-rule...rum-rules.html

    and also change title of this thread to reflect the query being asked.. thanks.


    Regards,
    DILIPandey

    <click on below 'star' if this helps>
    DILIPandey, Excel rMVP
    +919810929744 (India), +971528225509 (Dubai), [email protected]

  3. #3
    Forum Expert RobertMika's Avatar
    Join Date
    06-22-2009
    Location
    Haverhill, UK
    MS-Off Ver
    Excel 2003-13
    Posts
    1,530

    Re: Newbie

    Is the pattern goin to be the same.?
    Two letters and then digits?
    =MID(A1,3,4)

  4. #4
    Registered User
    Join Date
    06-12-2012
    Location
    glasgow
    MS-Off Ver
    Excel 2010
    Posts
    8

    Re: Newbie

    Sorry about that. Hope the new title is ok,

  5. #5
    Registered User
    Join Date
    06-12-2012
    Location
    glasgow
    MS-Off Ver
    Excel 2010
    Posts
    8

    Re: Newbie

    Quote Originally Posted by dewilk View Post
    Is the pattern goin to be the same.?
    Two letters and then digits?
    =MID(A1,3,4)
    Yeah the pattern is the same in each row of the column 2 letters followed by 5 numbers.
    I need the numbers to use in a new column.

  6. #6
    Forum Expert Cutter's Avatar
    Join Date
    05-24-2004
    Location
    Ontario,Canada
    MS-Off Ver
    Excel 2010
    Posts
    6,451

    Re: Formula needed to seperate numbers and letters

    You can use:
    =RIGHT(A1,5) to produce a text string of the 5 digits or
    =RIGHT(A1,5)*1 to produce a numeric value

    in either case A1 would be the cell holding the original value

  7. #7
    Registered User
    Join Date
    06-12-2012
    Location
    glasgow
    MS-Off Ver
    Excel 2010
    Posts
    8

    Re: Formula needed to seperate numbers and letters

    Thanks for your help guys, cutter was on the money, Cheers.

  8. #8
    Forum Expert Cutter's Avatar
    Join Date
    05-24-2004
    Location
    Ontario,Canada
    MS-Off Ver
    Excel 2010
    Posts
    6,451

    Re: Formula needed to seperate numbers and letters

    You're welcome. Thanks for the 'star tap'.

+ 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