+ Reply to Thread
Results 1 to 12 of 12

compile two columns according sequence of unique list

  1. #1
    Forum Expert shukla.ankur281190's Avatar
    Join Date
    05-17-2014
    Location
    Lucknow, India
    MS-Off Ver
    Office 365
    Posts
    3,937

    compile two columns according sequence of unique list

    Hi Masters,

    I have two data base and a unique list from both of data set. I need to plot both data into one column according unique list sequence.

    Please check the attached file as suggest me what to do??


    Sincerely Your's.
    Ankur Shukla
    Attached Files Attached Files
    If I helped, Don't forget to add reputation (click on the little star ★ at bottom of this post)
    Don't forget to mark threads as "Solved" (Thread Tools->Mark thread as Solved)

  2. #2
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,987

    Re: compile two columns according sequence of unique list

    Will the unique list sequence always be alphanumeric and from A-Z, or is the idea that it will change? If the latter, then you will realise that we need more representative data.
    Ali


    Enthusiastic self-taught user of MS Excel who's always learning!
    Don't forget to say "thank you" in your thread to anyone who has offered you help.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    Forum Rules (updated August 2023): please read them here.

  3. #3
    Forum Expert shukla.ankur281190's Avatar
    Join Date
    05-17-2014
    Location
    Lucknow, India
    MS-Off Ver
    Office 365
    Posts
    3,937

    Re: compile two columns according sequence of unique list

    @AligW Unique List always retrieve from Data1 and Data2 sequences is most important. Sequence of unique list prepared by another person and I have to do according him

  4. #4
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,987

    Re: compile two columns according sequence of unique list

    Quote Originally Posted by shukla.ankur281190 View Post
    @AligW Unique List always retrieve from Data1 and Data2 sequences is most important. Sequence of unique list prepared by another person and I have to do according him
    So, what are you saying in answer to my question? Will the order always be A-Z, or could it be random?

  5. #5
    Forum Expert shukla.ankur281190's Avatar
    Join Date
    05-17-2014
    Location
    Lucknow, India
    MS-Off Ver
    Office 365
    Posts
    3,937

    Re: compile two columns according sequence of unique list

    I actually came with below formula which actually work but it is too hard coding to type regular.

    =IFERROR(IFERROR(IFERROR(INDEX($A$2:$A$13,AGGREGATE(15,6,ROW($A$1:$A$12)/($A$2:$A$13=$D$2),ROWS($A$1:A1))),INDEX($A$2:$A$13,AGGREGATE(15,6,ROW($A$1:$A$12)/($A$2:$A$13=$D$3),ROWS($A$1:A1)-SUMPRODUCT(--($A$2:$A$13=$D$2))))),INDEX($A$2:$A$13,AGGREGATE(15,6,ROW($A$1:$A$12)/($A$2:$A$13=$D$4),ROWS($A$1:A1)-SUMPRODUCT(--($A$2:$A$13=$D$2))-SUMPRODUCT(--($A$2:$A$13=$D$3))))),INDEX($A$2:$A$13,AGGREGATE(15,6,ROW($A$1:$A$12)/($A$2:$A$13=$D$5),ROWS($A$1:A1)-SUMPRODUCT(--($A$2:$A$13=$D$2))-SUMPRODUCT(--($A$2:$A$13=$D$3))-SUMPRODUCT(--($A$2:$A$13=$D$5)))))

  6. #6
    Forum Expert shukla.ankur281190's Avatar
    Join Date
    05-17-2014
    Location
    Lucknow, India
    MS-Off Ver
    Office 365
    Posts
    3,937

    Re: compile two columns according sequence of unique list

    It can be random....

  7. #7
    Forum Expert shukla.ankur281190's Avatar
    Join Date
    05-17-2014
    Location
    Lucknow, India
    MS-Off Ver
    Office 365
    Posts
    3,937

    Re: compile two columns according sequence of unique list

    Boom anyone can help me.

  8. #8
    Forum Guru samba_ravi's Avatar
    Join Date
    07-26-2011
    Location
    Hyderabad, India
    MS-Off Ver
    Excel 2021
    Posts
    8,914

    Re: compile two columns according sequence of unique list

    you are looking for
    unique list or
    Required as below or both
    Samba

    Say thanks to those who have helped you by clicking Add Reputation star.

  9. #9
    Forum Expert shukla.ankur281190's Avatar
    Join Date
    05-17-2014
    Location
    Lucknow, India
    MS-Off Ver
    Office 365
    Posts
    3,937

    Re: compile two columns according sequence of unique list

    I need B10 to 21 ... see the sequence.... Same sequences i need.

  10. #10
    Forum Guru samba_ravi's Avatar
    Join Date
    07-26-2011
    Location
    Hyderabad, India
    MS-Off Ver
    Excel 2021
    Posts
    8,914

    Re: compile two columns according sequence of unique list

    is it ok if I Create a Helper Column for you

  11. #11
    Forum Guru samba_ravi's Avatar
    Join Date
    07-26-2011
    Location
    Hyderabad, India
    MS-Off Ver
    Excel 2021
    Posts
    8,914

    Re: compile two columns according sequence of unique list

    Without Helper Column
    B10
    Please Login or Register  to view this content.
    Try this and copy towards down
    with Helper Column
    E2
    Please Login or Register  to view this content.
    Copy towards down
    B10
    Please Login or Register  to view this content.
    Try this and copy towards down

  12. #12
    Forum Expert shukla.ankur281190's Avatar
    Join Date
    05-17-2014
    Location
    Lucknow, India
    MS-Off Ver
    Office 365
    Posts
    3,937

    Re: compile two columns according sequence of unique list

    Yes it is ok with me

+ 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. [SOLVED] unique list from columns
    By makinmomb in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 11-13-2015, 03:45 PM
  2. [SOLVED] Macro to compile a list with multiple columns
    By plans in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 07-11-2015, 09:17 PM
  3. Unique list - multiple columns
    By pauldaddyadams in forum Excel General
    Replies: 19
    Last Post: 04-20-2015, 05:20 PM
  4. Getting Unique List From Combination of 2 Columns
    By allansy8 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 04-18-2014, 03:23 PM
  5. 3 columns: None contain unique values, but I need a list of every unique set
    By mathematician in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 06-15-2012, 04:47 PM
  6. Unique List 2 or more columns
    By Xrull in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 07-06-2009, 08:31 PM
  7. [SOLVED] Making list with unique columns
    By Adam in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 03-11-2005, 06:06 AM

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