+ Reply to Thread
Results 1 to 5 of 5

transpose list of values where indexes are grouped

  1. #1
    Registered User
    Join Date
    10-01-2020
    Location
    London, England
    MS-Off Ver
    365
    Posts
    78

    transpose list of values where indexes are grouped

    Hi Community,

    I'm not sure how to ask this, but I have a list of 1st values which repeat.
    And a list of corresponding 2nd values.
    I need to amalgamate the 1st values and count them, then transpose the list of 2nd values for the 1st values.

    I'm sure there is a better way of explaining, but attached is a sheet. Column I is manually created, but it contains the data as I need it.
    Hopefully I have made it clear enough within the file.
    Attached Files Attached Files

  2. #2
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    43,959

    Re: transpose list of values where indexes are grouped

    Hi. In I2, copied across and down:

    =IFERROR(INDEX($B:$B,AGGREGATE(15,6,ROW($B$2:$B$13)/($A$2:$A$13=$G2),COLUMNS($I:I))),"")
    Attached Files Attached Files
    Glenn




    None of us get paid for helping you... we do this for fun. So DON'T FORGET to say "Thank You" to all who have freely given some of their time to help YOU.

    Temporary addition of accented to illustrate ongoing problem to the TT: L? fh?ile P?draig sona dhaoibh

  3. #3
    Registered User
    Join Date
    10-01-2020
    Location
    London, England
    MS-Off Ver
    365
    Posts
    78

    Re: transpose list of values where indexes are grouped

    Your ability to understand the problem is only bested by your ability to solve!
    Many thanks.

  4. #4
    Spammer
    Join Date
    01-08-2015
    Location
    Cali, Colombia
    MS-Off Ver
    365
    Posts
    302

    Re: transpose list of values where indexes are grouped

    Hi, to both!

    Another way... with Excel 365:

    [I2] : =TRANSPOSE(FILTER(B$2:B$13,A$2:A$13=G2))

    And Drag it down. Blessings!

  5. #5
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    43,959

    Re: transpose list of values where indexes are grouped

    You're welcome and thanks for the rep.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Replies: 8
    Last Post: 08-28-2020, 05:24 AM
  2. Listing all values within a range and transpose/extrapolate a list
    By arundharmarajan in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 06-13-2018, 07:55 PM
  3. Transpose a list of related values
    By Surajgk in forum Excel General
    Replies: 3
    Last Post: 03-13-2017, 12:52 AM
  4. Replies: 2
    Last Post: 01-10-2014, 09:30 PM
  5. transpose columns grouped to rows
    By jjj666 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 12-14-2013, 03:52 PM
  6. [SOLVED] iterate range transpose to columns grouped by person
    By crtallent in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 03-13-2013, 03:09 PM
  7. Calculating Values based on dates and indexes!
    By Nienaber in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 02-17-2010, 04:58 PM

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