+ Reply to Thread
Results 1 to 3 of 3

Eliminating Excess Data

  1. #1
    Registered User
    Join Date
    10-02-2009
    Location
    Arlington, VA, USA
    MS-Off Ver
    Excel 2003
    Posts
    34

    Eliminating Excess Data

    Hi,

    I am attempting to create a chart with a lot of data. I have copied and pasted my data from a source online. There's just one issue: there is some excess data in certain cells and I want to find a way to eliminate it, without manually going into each cell and deleting.

    It's actually fairly standard in the way it is laid out. Here's what my data looks like:

    Last Trade
    1,430.70 5:01PM EST
    1,431.10 5:01PM EST
    1,431.90 5:01PM EST
    1,432.60 5:01PM EST
    What I want to eliminate is the "5:01 PM EST" in all of the cells, so that you only see the "last trade" price, which is the "1,430.70" and so on.

    Is there a way to cut out the "5:01 PM EST" for all of my data en masse?

  2. #2
    Valued Forum Contributor Blake 7's Avatar
    Join Date
    10-01-2010
    Location
    Bogota, Colombia
    MS-Off Ver
    Excel 2010 64 bit and Excel 2007,
    Posts
    1,377

    Re: Eliminating Excess Data

    if your data is in col a put this in any col you want 1,430.70, 1,431.10, 1,431.90, 1,432.60

    to appear, you can then copy and paste special back in to col a

    =LEFT(A1,LEN(A1)-10)

    or you can simply highlight the col and find "5:01 PM EST" and replace with ""

    is this what you are after?
    Blake 7

    If your question has been answered, please click EDIT in your original post, click GO ADVANCED and set the PREFIX box to SOLVED.

    If any member's response has helped to solve your problem, please consider using the scales icon on the top right of their post to show your appreciation.

    http://failblog.org/

  3. #3
    Registered User
    Join Date
    10-02-2009
    Location
    Arlington, VA, USA
    MS-Off Ver
    Excel 2003
    Posts
    34

    Re: Eliminating Excess Data

    The find and replace bit worked like a charm. Surprised I wasn't aware of that before.

    Thanks, Blake 7.

+ 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