+ Reply to Thread
Results 1 to 3 of 3

Trimming data

  1. #1
    Registered User
    Join Date
    07-18-2006
    Posts
    27

    Trimming data

    Hey,

    Ive just pulled aload of stuff out of a database, its all perfect but the dates come out like this...

    02008-03-088 March 2008

    I dont want to have to trim it all manually, is there a way I can make it delete all

    #####-##-##

    ?

  2. #2
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    2016
    Posts
    14,675
    With a formula perhaps

    =MID(A1,FIND(" ",A1)+1,255)

  3. #3
    Valued Forum Contributor Richard Schollar's Avatar
    Join Date
    05-23-2006
    Location
    Hampshire UK
    MS-Off Ver
    Excel 2002
    Posts
    1,264
    Hello Steven

    If all the column is in the same format/structure, then i think you'd be best off using Data>TextToColumns and using FixedWidth to specify how you want the data split. You can choose to skip import of the first column so you are simply left with your date (which I presume is 8 March 2008 in your example).

    Richard

+ 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