Results 1 to 12 of 12

Creating a date Sequence with the removal of the odds

Threaded View

  1. #1
    Registered User
    Join Date
    03-25-2015
    Location
    Egypt
    MS-Off Ver
    2013
    Posts
    5

    Creating a date Sequence with the removal of the odds

    Hello

    I'm doing some sorting but I can't figure out how to do so...

    I have about four columns

    The First column

    Is written like that

    1/1/2010 00:00:00
    1/1/2010 00:10:00
    1/1/2010 00:20:00
    1/1/2010 00:30:00
    1/1/2010 00:40:00
    1/1/2010 00:50:00
    1/1/2010 01:00:00
    1/1/2010 01:10:00
    1/1/2010 01:20:00
    1/1/2010 01:30:00
    1/1/2010 01:40:00
    1/1/2010 01:50:00
    1/1/2010 02:00:00
    1/1/2010 02:10:00
    1/1/2010 02:20:00
    1/1/2010 02:30:00
    1/1/2010 02:40:00
    1/1/2010 02:50:00
    ...
    ...

    2/1/2010 00:00:00
    2/1/2010 00:10:00
    2/1/2010 00:20:00
    2/1/2010 00:30:00
    2/1/2010 00:40:00
    2/1/2010 00:50:00
    2/1/2010 01:00:00
    2/1/2010 01:10:00
    2/1/2010 01:20:00
    2/1/2010 01:30:00
    2/1/2010 01:40:00
    2/1/2010 01:50:00
    2/1/2010 02:00:00
    2/1/2010 02:10:00
    2/1/2010 02:20:00
    2/1/2010 02:30:00
    2/1/2010 02:40:00
    2/1/2010 02:50:00

    and so on..

    Sometimes The machine is stop working and also stop recording to excel which will be like that

    1/1/2010 00:00:00
    1/1/2010 00:10:00
    1/1/2010 00:40:00
    1/1/2010 00:50:00
    1/1/2010 01:00:00
    1/1/2010 01:10:00
    1/1/2010 01:20:00
    1/1/2010 01:30:00
    1/1/2010 01:40:00
    1/1/2010 01:50:00

    all I need to put a code that deletes all rows that it's group is not complete like
    1/1/2010 00:00:00
    1/1/2010 00:10:00
    1/1/2010 00:40:00
    1/1/2010 00:50:00

    1/1/2010 01:00:00
    1/1/2010 01:10:00
    1/1/2010 01:20:00
    1/1/2010 01:30:00
    1/1/2010 01:40:00
    1/1/2010 01:50:00

    which will leave only these rows
    1/1/2010 01:00:00
    1/1/2010 01:10:00
    1/1/2010 01:20:00
    1/1/2010 01:30:00
    1/1/2010 01:40:00
    1/1/2010 01:50:00
    Last edited by Mohamed7; 03-26-2015 at 06:51 AM.

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