+ Reply to Thread
Results 1 to 2 of 2

Problem with list where a single record has data in several rows instead of one row

  1. #1
    Registered User
    Join Date
    07-10-2004
    Posts
    2

    Problem with list where a single record has data in several rows instead of one row

    Data downloaded from other systems into excel sometimes come in the form where the data pertaining to a single record is in several rows. The problem is made worse when the number of rows of data pertaining to each record is not the same. For eg, the 1st record may have data in 3 rows, the 2nd record with data in 5 rows and the 3rd record with data in 4 rows and so forth. Is there any formula or efficient way to arrange the data pertaining to each record all in one row for easy sorting and analysis?

    I may not be very clear so I've attached a file to illustrate what I mean.

    Many thanks for your help!
    Attached Files Attached Files
    Last edited by VBA Noob; 06-03-2008 at 02:11 AM.

  2. #2
    Forum Expert
    Join Date
    01-15-2007
    Location
    Brisbane, Australia
    MS-Off Ver
    2007
    Posts
    6,591
    Hi

    Here's some code that will move things round and put the output onto sheet2. It changes the output order to be Record, Date, Amount and the descriptions will just append to the end of the row. This way the group can just expand to cover the items.

    Please Login or Register  to view this content.
    HTH

    rylo

+ 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