Results 1 to 6 of 6

How do I take Multiple Rows with all columns Unique with the exception of 1 to 1 Row?

Threaded View

  1. #1
    Registered User
    Join Date
    11-08-2012
    Location
    Seattle, WA
    MS-Off Ver
    Excel 2007
    Posts
    3

    How do I take Multiple Rows with all columns Unique with the exception of 1 to 1 Row?

    Hello,
    I need some help taking multiple rows of data where all of the data is the same with the exception of the last column and combine that data so that there is only one row of data and additional columns to accommodate the data. I am not familiar with VBA or Macros.
    The excel spreadsheet I am working with has 170,000 records of which probably close to 100,000 are unique
    Each unique record could have close to a Max of 10 Attributes - they can range from 1 Attribute to 10
    Your assistance is appreciated!


    CURRENT VIEW
    ID Alt ID AltOtherID Unique Identifier FirstField First Date MaxField Attribute
    1 123 4444 ABC 2 1/1/2012 5 ABC
    1 123 4444 ABC 2 1/1/2012 5 DEF
    1 123 4444 ABC 2 1/1/2012 5 GHI
    1 123 4444 ABC 2 1/1/2012 5 JKL
    2 555 6666 CCC 3 2/1/2012 7 ABC
    2 555 6666 CCC 3 2/1/2012 7 DEF
    2 555 6666 CCC 3 2/1/2012 7 GHI
    2 555 6666 CCC 3 2/1/2012 7 JKL
    2 555 6666 CCC 3 2/1/2012 7 MNO
    3 666 888 DDD 4 2/2/2012 8 MNO
    3 666 888 DDD 4 2/2/2012 8 XYZ
    3 666 888 DDD 4 2/2/2012 8 PQR

    DESIRED VIEW
    ID Alt ID AltOtherID Unique Identifier FirstField First Date MaxField Attribute1 Attribute2 Attribute3 Attribute4 Attribute5
    1 123 4444 ABC 2 1/1/2012 5 ABC DEF GHI JKL
    2 555 6666 CCC 3 2/1/2012 7 ABC DEF GHI JKL MNO
    3 666 888 DDD 4 2/2/2012 8 MNO XYZ PQR
    Attached Files Attached Files

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