+ Reply to Thread
Results 1 to 1 of 1

Sort data from one column into a table

  1. #1
    Registered User
    Join Date
    02-20-2013
    Location
    Sandefjord, Norway
    MS-Off Ver
    Excel 2003, Excel 2010
    Posts
    13

    Sort data from one column into a table

    I have a .csv file with 100000+ rows of output in two columns. The data is wave responses where column "A" repeats itself for evry 28th row, and column "B" holds responses that vary.
    I want to use VBA to create a table that looks like what i have described later in this post. I have also atached a worksheet were I have started to created this table manualy, but I found this to time consuming.

    Dir=0
    Tz.....Response
    6.......xxxxx
    7.......xxxx
    8.......xxxx
    9.......xxxxxx
    10.....xxxxx
    .
    .
    .
    Dir=15
    Tz.....Response
    6.......yyyy
    7.......yyyyyy
    8.......yyyyyy
    9.......yyyyyy
    10.....yyyyyy
    .
    .
    .
    .
    Dir=30
    Tz.....Response
    6.......zzzzz
    7.......zzzzz
    8.......zzzzz
    9.......zzzzzz
    10.....zzzzzz



    I want it to look something like this:

    Tz...Dir=0....Dir=15....Dir30
    6......xxxxx...yyyyyy...zzzzz
    7......xxxxx...yyyyyy...zzzzz
    8......xxxxx...yyyyyy...zzzzz
    9......xxxxx...yyyyyy...zzzzz
    10......xxxxx...yyyyyy...zzzzz
    Attached Files Attached Files

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

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