+ Reply to Thread
Results 1 to 4 of 4

removing partial data from a group of cells.

  1. #1
    Registered User
    Join Date
    08-29-2013
    Location
    Pennsylvania
    MS-Off Ver
    Excel 2010
    Posts
    2

    removing partial data from a group of cells.

    I have a document with column B2 showing a general number as ###-##-###. I would like to remove the ###-## portion of the number. Is there an formula that I can create to remove just the first two sections of the number?

  2. #2
    Forum Expert JBeaucaire's Avatar
    Join Date
    03-21-2004
    Location
    Bakersfield, CA
    MS-Off Ver
    2010, 2016, Office 365
    Posts
    33,492

    Re: removing partial data from a group of cells.

    Remove? Not with a formula. But in an adjacent cell you can extract the last 3 characters with:

    =RIGHT(A1, 3)
    _________________
    Microsoft MVP 2010 - Excel
    Visit: Jerry Beaucaire's Excel Files & Macros

    If you've been given good help, use the icon below to give reputation feedback, it is appreciated.
    Always put your code between code tags. [CODE] your code here [/CODE]

    ?None of us is as good as all of us? - Ray Kroc
    ?Actually, I *am* a rocket scientist.? - JB (little ones count!)

  3. #3
    Forum Contributor
    Join Date
    08-02-2013
    Location
    Wageningen, The Netherlands
    MS-Off Ver
    365
    Posts
    495

    Re: removing partial data from a group of cells.

    Or use this formula to extract the last set of numbers regardless of the length of that last set:

    =RIGHT(A1,LEN(A1)-FIND("-",A1,FIND("-",A1)+1))
    When I say semicolon, u say comma!

  4. #4
    Registered User
    Join Date
    05-10-2013
    Location
    Pomáz, Hungary
    MS-Off Ver
    Excel 2007
    Posts
    78

    Re: removing partial data from a group of cells.

    ..Or replace *- with nothing.

+ 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. Removing partial text in a line
    By Fugly in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 06-24-2013, 08:45 AM
  2. Replies: 0
    Last Post: 02-04-2013, 03:25 PM
  3. Replies: 4
    Last Post: 04-26-2011, 04:38 PM
  4. Removing Partial Data From Columns
    By pwell in forum Excel General
    Replies: 13
    Last Post: 06-30-2010, 05:13 PM
  5. [SOLVED] combining partial data from 2 different cells
    By Steven in forum Excel General
    Replies: 1
    Last Post: 05-28-2005, 05:05 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