+ Reply to Thread
Results 1 to 5 of 5

Help - diallell problem

  1. #1
    Registered User
    Join Date
    01-17-2018
    Location
    Sweden
    MS-Off Ver
    2016
    Posts
    2

    Question Help - diallell problem

    Ive got a problem to which a solution would be a great help to me.
    I work in plant breeding in which data arrays more known as diallelles are commonly used for planning new crosses.

    On the X and Y axis of these arrays the different lines are listed and crosses between the lines are somehow noted in the array.
    These arrays can be quite big and complicated and Im in need of a function that automatically list all noted crosses in the array.

    Is this possible ?

    See the attached example.
    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
    44,000

    Re: Help - diallell problem

    How does this look?

    In O6:
    =IFERROR(INDEX(A:A,AGGREGATE(15,6,ROW($A$7:$A$14)/($B$7:$K$14="X"),ROWS(O$6:O6))),"")

    and in P6:
    =IFERROR(INDEX($6:$6,AGGREGATE(15,6,COLUMN($B$7:$K$14)/(($B$7:$K$14="X")*($A$7:$A$14=O6)),COUNTIF($O$6:O6,O6))),"")
    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
    Valued Forum Contributor
    Join Date
    10-29-2012
    Location
    Mojokerto,Indonesia
    MS-Off Ver
    Excel 2007
    Posts
    554

    Cool Re: Help - diallell problem

    use array formula (cse)

    =INDEX($A$1:$A$14,MOD(SMALL(IF(LEN($B$7:$K$14),($B$6:$K$6*1000000)+ROW($B$7:$K$14)),ROW(1:1)),1000))&SMALL(IF(LEN($B$7:$K$14),$B$6:$K$6),ROW(1:1))

    copy down
    Attached Files Attached Files

  4. #4
    Registered User
    Join Date
    01-17-2018
    Location
    Sweden
    MS-Off Ver
    2016
    Posts
    2

    Re: Help - diallell problem

    Great, thanks guys!

  5. #5
    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,647

    Re: Help - diallell problem

    If that takes care of your original question, please select Thread Tools from the menu link above and mark this thread as SOLVED. Thanks.
    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.

+ 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: 6
    Last Post: 07-01-2018, 01:58 PM
  2. [SOLVED] Excel Macro - Copy & Paste (Font) problem & Delete Last Added Rows problem
    By LennartB in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 06-05-2015, 06:58 AM
  3. Replies: 1
    Last Post: 04-01-2015, 02:30 PM
  4. Replies: 6
    Last Post: 10-20-2013, 07:16 PM
  5. input box problem, cell filtering problem, result display while locking sheet
    By croozin in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 10-01-2013, 08:52 AM
  6. Replies: 6
    Last Post: 05-28-2013, 05:08 PM
  7. Replies: 2
    Last Post: 01-22-2013, 07:09 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