+ Reply to Thread
Results 1 to 4 of 4

Data Arrangement

  1. #1
    Registered User
    Join Date
    02-14-2006
    Posts
    24

    Unhappy Data Arrangement

    I have this data file (about 2000 rows) all in column A:

    data
    A
    B
    C
    D
    data
    1
    2
    3
    4
    data
    D
    E
    F
    G
    data
    5
    6
    7
    8

    I need a VB small program which will arrange the data with the follwing format:


    data A B C D
    1 2 3 4
    D E F G
    5 6 7 8

    Many Thanks!

  2. #2
    Ardus Petus
    Guest

    Re: Data Arrangement

    Are you sure your results should not be:

    data A B C D
    data 1 2 3 4
    data D E F G
    data 5 6 7 8

    (which seems more logical)

    Cheers,
    --
    AP

    "tbobo" <[email protected]> a écrit dans le
    message de news:[email protected]...
    >
    > I have this data file (about 2000 rows) all in column A:
    >
    > data
    > A
    > B
    > C
    > D
    > data
    > 1
    > 2
    > 3
    > 4
    > data
    > D
    > E
    > F
    > G
    > data
    > 5
    > 6
    > 7
    > 8
    >
    > I need a VB small program which will arrange the data with the follwing
    > format:
    >
    >
    > data A B C D
    > 1 2 3 4
    > D E F G
    > 5 6 7 8
    >
    > Many Thanks!
    >
    >
    > --
    > tbobo
    > ------------------------------------------------------------------------
    > tbobo's Profile:

    http://www.excelforum.com/member.php...o&userid=31530
    > View this thread: http://www.excelforum.com/showthread...hreadid=525669
    >




  3. #3
    Registered User
    Join Date
    02-14-2006
    Posts
    24
    Yes, the data should be like what's shown below:

    data A B C D
    data 1 2 3 4
    data D E F G
    data 5 6 7 8

    Thanks!

  4. #4
    Registered User
    Join Date
    03-23-2006
    Posts
    7

    Sorting

    This may seem like a beginner's question but here goes: I am trying to sort dates starting with the weekday first; ex. Thursday, March 23, 2006. However, when ever I sort it goes by alphabetical order by the weekday and nothing else. I've tried reformatting the data, that didn't work, there's no formula that can change it and the DATE default has a asterisk * by the correct format needed, meaning it doesn't convert to my system. This project has to be done and functional today. Any help is appreciated.

+ 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