Results 1 to 8 of 8

Thread: Transpose 2 column [Key, values] list to mulit column [unique Key, Value1, value2, value3, ......] list

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Junior Member
    Join Date
    Oct 2021
    Posts
    3
    Rep Power
    0

    Transpose 2 column [Key, values] list to mulit column [unique Key, Value1, value2, value3, ......] list

    I have the following data in Sheet 1:

    Code Values
    1001 2101
    1001 5205
    1001 2605
    1001 9285
    2604 4256
    2604 7458
    2604 3555

    Required result:

    Code Value1 Value2 Value3 Value4
    1001 2101 5205 2605 9285
    2604 4256 7458 3555

    Can get a formula to get the result.
    Last edited by DocAElstein; 08-01-2022 at 02:32 PM. Reason: Title change.

Similar Threads

  1. Replies: 23
    Last Post: 07-27-2014, 06:06 PM
  2. Replies: 10
    Last Post: 05-23-2013, 12:30 PM
  3. Numbered List Of Unique Values
    By xander1981 in forum Excel Help
    Replies: 6
    Last Post: 01-21-2013, 06:10 PM
  4. shortcut key to list of macros
    By Rasm in forum Excel Help
    Replies: 4
    Last Post: 01-10-2013, 03:19 PM
  5. Replies: 2
    Last Post: 01-07-2012, 12:11 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •