Results 1 to 12 of 12

Condense duplicate data to one row, data in same column in new row

Threaded View

resmed Condense duplicate data to... 10-21-2009, 05:31 PM
rylo Re: Condense duplicate data... 10-21-2009, 06:48 PM
resmed Re: Condense duplicate data... 10-21-2009, 06:57 PM
resmed Re: Condense duplicate data... 10-22-2009, 10:43 AM
rylo Re: Condense duplicate data... 10-22-2009, 05:54 PM
yabin1 Re: Condense duplicate data... 08-31-2012, 05:06 AM
arlu1201 Re: Condense duplicate data... 08-31-2012, 05:20 AM
  1. #1
    Registered User
    Join Date
    10-08-2009
    Location
    Chatsworth, CA
    MS-Off Ver
    Excel 2007
    Posts
    5

    Condense duplicate data to one row, data in same column in new row

    Hi,
    I have a spreadsheet that has "Parts" in the first column and "Due Dates" in the following columns. Currently, the data is spread across rows with the same part appearing more than once with different dates in different columns.

    I would like to condense the data to a single row per part but with its dates spread across columns in the same row (and remaining in its same column position as it was originally but in the new row). Preferably with VB.


    Example below:

    Existing Worksheet (Sheet1)
    A1 A2 A3 A4
    R1 Part1 10/1
    R2 Part1 10/2
    R3 Part1 10/3
    R4 Part2 10/1
    R5 Part2 10/4

    Condensed Worksheet (Sheet2)
    A1 A2 A3 A4
    R1 Part1 10/1 10/2 10/3
    R2 Part2 10/1 10/4

    I don't know if the spacing in the example will carry into the posted message so I have attached an example spreadsheet (Excel 2007).
    Thank you,
    Chris


    New Parameters:
    Condense onto same worksheet (instead of separate worksheet).
    Attached Files Attached Files
    Last edited by resmed; 10-22-2009 at 05:19 PM. Reason: Parameters changed

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