+ Reply to Thread
Results 1 to 4 of 4

Remove characters and numbers from cell

  1. #1
    Registered User
    Join Date
    09-17-2011
    Location
    Alberta
    MS-Off Ver
    Excel 2010
    Posts
    63

    Remove characters and numbers from cell

    If I had this in cell N3 , then n4 etc down to n50 what is easiest way to remove numbers and characters and put in cell beside. sometimes characters are different, some times there are 6 numbers, or 7 numbers etc

    Cell N3 Steve Smith 555-888-1111
    Cell N4 Joe Kerr 1-444-975-2222

    Thanks

    Jeff

  2. #2
    Forum Expert avk's Avatar
    Join Date
    07-12-2007
    Location
    India
    MS-Off Ver
    Microsoft Office 2013
    Posts
    3,223

    Re: Remove characters and numbers from cell

    Suppose in "N3" is : Steve Smith 555-888-1111
    for remove name & show number only in "O3"
    Formula: copy to clipboard
    Please Login or Register  to view this content.


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


    atul


    If my answer (or that of other members) has helped you, please say "Thanks" by clicking the Add Reputation button at the foot of one of their posts.

    Also: if your problem is solved, please take the time to mark your thread as SOLVED by going to the top of your first post, selecting "Thread Tools" and then "Mark thread as solved".

  3. #3
    Forum Expert 63falcondude's Avatar
    Join Date
    08-22-2016
    Location
    USA
    MS-Off Ver
    365
    Posts
    6,266

    Re: Remove characters and numbers from cell

    Assuming the name will always be of the form "First Last" or "Last First" (i.e. always one space), you can use

    O3 =LEFT(N3,FIND(" ",N3,FIND(" ",N3)+1)-1) for the name and

    P3 =SUBSTITUTE(N3,O3,"") for the phone number.

  4. #4
    Forum Guru AlKey's Avatar
    Join Date
    07-20-2009
    Location
    Lakeland, FL USA
    MS-Off Ver
    Microsoft Office 2010/ Office 365
    Posts
    8,903

    Re: Remove characters and numbers from cell

    For the Name:
    Enter in O3 and copy down
    Formula: copy to clipboard
    Please Login or Register  to view this content.

    then enter array formula in P3 and copy down. Format as General.
    Formula: copy to clipboard
    Please Login or Register  to view this content.

    **Array formula must be entered with Ctrl+Shift+Enter key combination.

    v N O P
    3 Steve Smith 555-888-1111 Steve Smith 5558881111
    4 Joe Kerr 1-444-975-2222 Joe Kerr 14449752222
    Last edited by AlKey; 06-19-2017 at 05:00 PM.
    If you like my answer please click on * Add Reputation
    Don't forget to mark threads as "Solved" if your problem has been resolved

    "Nothing is so firmly believed as what we least know."
    --Michel de Montaigne

+ 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. How to remove first 12 characters of each cell
    By King Mustard in forum Excel General
    Replies: 9
    Last Post: 04-07-2017, 03:05 AM
  2. Find characters in a cell containing characters and numbers
    By T86157 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 03-02-2016, 08:21 PM
  3. [SOLVED] Remove all characters except for numbers
    By erikpaulsen in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 12-07-2015, 02:48 PM
  4. [SOLVED] How to remove spaces between characters and numbers within cells in Excel?
    By Edgars.Aronietis in forum Excel General
    Replies: 8
    Last Post: 08-26-2015, 07:42 AM
  5. Remove All Characters except numbers from one column only.
    By tdal in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 06-30-2015, 01:39 AM
  6. [SOLVED] Remove Text from Cell with Mixed Characters, Sum Remaining Numbers
    By eugeniusjr in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 06-28-2013, 12:08 AM
  7. [SOLVED] remove spaces (special characters) after numbers
    By fareastwarriors in forum Excel General
    Replies: 13
    Last Post: 11-04-2012, 09:25 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