+ Reply to Thread
Results 1 to 3 of 3

How to find the most combination?

  1. #1
    Registered User
    Join Date
    07-18-2018
    Location
    London
    MS-Off Ver
    2013
    Posts
    11

    Question How to find the most combination?

    Hello,

    I have rows of numbers inputted horizontally. I want to find the combinations in these 5 columns that have similar numbers that appear in the same row.

    For example:

    3,6,7,2,5
    4,8,9,1,2
    6,5,1,0,8
    2,7,0,1,9

    I want the result to show that often 6 and 5, 2 and 7, 1 and 0, 9 and 2, and 1 and 8 appear together regardless of which column it is in.

    Also, it would be great to know if the same combinations of all 5 numbers in the row have reappeared before.

    Many thanks,
    Cheers!
    Last edited by charmaine143; 07-19-2018 at 12:13 AM.

  2. #2
    Forum Expert tim201110's Avatar
    Join Date
    10-23-2011
    Location
    Russia
    MS-Off Ver
    2016, 2019
    Posts
    2,357

    Re: How to find the most combination?

    =sum(--isna(match(index($a$4:$e$7,$f$1,),a4:e4,)))=0, cse
    Attached Files Attached Files

  3. #3
    Registered User
    Join Date
    07-18-2018
    Location
    London
    MS-Off Ver
    2013
    Posts
    11

    Re: How to find the most combination?

    I don't really understand the formula you did there. Can you please explain a bit?
    Thanks for helping!

+ 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. Find the most common combination of 3
    By SAE.01 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 09-01-2020, 12:04 PM
  2. [SOLVED] VBA to find out missing combination
    By isasa74 in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 03-20-2016, 06:56 AM
  3. need to find every combination with names
    By Maddenman2103 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 09-29-2015, 09:35 PM
  4. Find the best combination of scenarios
    By plooiman in forum Excel Programming / VBA / Macros
    Replies: 12
    Last Post: 04-18-2014, 03:59 AM
  5. Find the Combination of different Lenth
    By yasar in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 05-19-2013, 12:11 PM
  6. Formula to find a combination?
    By jonathanm3 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 02-10-2013, 12:13 PM
  7. find best combination
    By orenw8 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 03-20-2010, 07:39 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