+ Reply to Thread
Results 1 to 2 of 2

Removal of preceeding set of numbers

  1. #1
    Registered User
    Join Date
    03-13-2007
    Posts
    3

    Removal of preceeding set of numbers

    Hi all,

    Hope all is well.

    I have a large spreadsheet that I am working on but require a certain amount of numbers to be removed so that it leaves a more meaningful number behind. I'll explain better below:

    I have a number of my spreadsheet as follows:
    010237001010848
    I need to remove the number "01023" as this number is a company number and I have a lot of entries that have this, yet we really only use "70001010848".

    Can someone advise how i can get rid of the preceeding 5 numbers?

    Thanks
    Rob

  2. #2
    Forum Contributor Lotus123's Avatar
    Join Date
    11-07-2005
    Location
    Texas
    MS-Off Ver
    2007
    Posts
    153
    Option 1: Edit->search and replace. Replace all occurances of 01023 with (blank...don't put anything in the replace field"

    Option 2: Presuming the numbers are in column A: =RIGHT(A1,LEN(A1)-5). I took a length of the cell in case the numbers are all of varying length.

    Option 3: Select the column with these numbers and choose data->text to columns. Just split the first 5 characters from the rest of the group.

    Hopefully one of the above works for your situation!

+ 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