+ Reply to Thread
Results 1 to 5 of 5

detect in the 4 columns the pairs that are drawn the most (their frequency).

  1. #1
    Forum Contributor
    Join Date
    11-29-2014
    Location
    brasil
    MS-Off Ver
    excel 2016
    Posts
    2,377

    detect in the 4 columns the pairs that are drawn the most (their frequency).

    detect in the 4 columns the pairs that are drawn the most (their frequency)
    then see the delays but only of the pairs with the highest number of times that were drawn
    https://www.excelforum.com/attachmen...1&d=1641891216
    Attached Files Attached Files

  2. #2
    Forum Guru Kaper's Avatar
    Join Date
    12-14-2013
    Location
    Warsaw, Poland
    MS-Off Ver
    most often: Office 365 in Windows environment
    Posts
    8,873

    Re: detect in the 4 columns the pairs that are drawn the most (their frequency).

    As you were looking for first 2 numbers from of each quadrant in columns A:AF then it is natural that most frequent are
    01 02 (79 occurences)
    06 07 (also 79)
    51 52 (73 occurences), and
    56 57 (66)
    Simple formula COUNTIFS is used for that (AV4: =COUNTIFS(V$5:V$2212;AT4;W$5:W$2212;AU4) and copy down and each 3rd column right) and finding max is done with INDEX(MATCH(MAX ... see top row abowe pairs lists

    The code in the file was for generation list of all pairs (you listed ca 105 from each quadrant in columns AT:BD) while there are 300 possible pairs.

    The code for 3rd quadrant:
    Please Login or Register  to view this content.
    Attached Files Attached Files
    Best Regards,

    Kaper

  3. #3
    Forum Contributor
    Join Date
    11-29-2014
    Location
    brasil
    MS-Off Ver
    excel 2016
    Posts
    2,377

    Re: detect in the 4 columns the pairs that are drawn the most (their frequency).

    ok great job KAPER, we have pairs that were drawn 79 times and zero times, a lot of work, thanks

  4. #4
    Forum Guru Kaper's Avatar
    Join Date
    12-14-2013
    Location
    Warsaw, Poland
    MS-Off Ver
    most often: Office 365 in Windows environment
    Posts
    8,873

    Re: detect in the 4 columns the pairs that are drawn the most (their frequency).

    Quote Originally Posted by jorel View Post
    we have pairs that were drawn 79 times and zero times
    That is not true.

    You were asking for the pairs which appeared as a first two results from a given quadrant.
    That is why a lot of pairs with large numbers like 43 and 44 or 99 and 00 etc. have 0 count (or almost 0).
    It does not mean that such pairs were not drawn. They were simply not first numbers from their quadrant.

    Note that in all 4 quadrants the most common pair is a first pair.

    If you look for ANY pair frequency it will be pretty similar number (but it is another topic/thread and I think it has been already answered some time ago - please search your old threads)

  5. #5
    Forum Contributor
    Join Date
    11-29-2014
    Location
    brasil
    MS-Off Ver
    excel 2016
    Posts
    2,377

    Re: detect in the 4 columns the pairs that are drawn the most (their frequency).

    ok kasper, if you are correct, we have to observe this, you are correct, so if i hit the 4 initial doubles i'm in if i'm wrong i'm out just like that, thanks KAPER

+ 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. detect the number of times each line was drawn.
    By jorel in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 06-12-2021, 11:25 AM
  2. detect only the two pairs of twin pairs within the 7 positions.
    By jorel in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 10-13-2020, 07:54 AM
  3. [SOLVED] 137/5000 detect at the value = 1 for pairs, 2 odd pairs and 3 for the same digit
    By jorel in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 05-29-2020, 10:20 PM
  4. detect the amount of times that was drawn.
    By jorel in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 08-16-2019, 08:51 AM
  5. detect the amount of times each lot was drawn in each letter.
    By jorel in forum Excel Programming / VBA / Macros
    Replies: 16
    Last Post: 07-22-2019, 03:39 PM
  6. please, detect in the 100 pairs, the pairs of the 16 patterns,
    By jorel in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 05-23-2019, 06:07 AM
  7. detect in each group the number of times it was drawn
    By jorel in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 03-11-2019, 09:25 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