+ Reply to Thread
Results 1 to 33 of 33

detect the three patterns at each pick3 position.

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

    detect the three patterns at each pick3 position.

    detect the three patterns at each pick3 position
    in each position it is possible to have , greater, lesser and medium, ex = 495 , greater is 9 and lesser 4 digit 5 is the medium
    in twin pairs there is no medium
    ex 155= minor 1 major 5 has no medium
    in the 10 trios 000.. 999, you don't need to do it
    every week I will put new draws
    https://www.excelforum.com/attachmen...1&d=1638552145

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

    Re: detect the three patterns at each pick3 position.

    hello please!

  3. #3
    Forum Expert
    Join Date
    01-25-2011
    Location
    Belgium, Alveringem
    MS-Off Ver
    Excel 2003, 2007, 365
    Posts
    1,418

    Re: detect the three patterns at each pick3 position.

    always bumping with the same question
    This is a detail in a larger question. What is the purpose ?
    Last edited by bsalv; 12-04-2021 at 04:22 AM.
    Remember, saying thanks only takes a second or two. Click the little star * below, to give some Rep if you think an answer deserves it.

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

    Re: detect the three patterns at each pick3 position.

    hello ,Bsalv! great job, the objective is to create filters for pick3 where it is located in the vertical position, which of the positions will have the largest and smallest digit, the third logically being in the middle, for example if you choose the largest digit in the 3rd position, the digit 7 and smaller in the 2nd position 4 logically the average digit is between 5.6, to choose = 4,5,7 or 4,6,7 5,6 are the average
    can you see where the smallest digit is most drawn? which of the three positions can improve the map?

  5. #5
    Forum Expert
    Join Date
    01-25-2011
    Location
    Belgium, Alveringem
    MS-Off Ver
    Excel 2003, 2007, 365
    Posts
    1,418

    Re: detect the three patterns at each pick3 position.

    you're too close to the problem, step back 2 metres and look from that distance.
    Reformulate your problem, because what you ask makes no sense for us.

    You do something every week, x draws.
    make a sheet with you starting position.
    Then you do a lot of manual actions to achieve a goal.
    make a second sheet with that goal.
    post it here.

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

    Re: detect the three patterns at each pick3 position.


  7. #7
    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,053

    Re: detect the three patterns at each pick3 position.

    I do not understand what you want. However, I have made a guess for columns E to H.

    Variants of this:

    =REPT("X",SUM(--ISEVEN(FILTERXML("<A><B>"&SUBSTITUTE($A5&" "&$B5&" "&$C5," ","</B><B>")&"</B></A>","//B"))))

    Anywhere close??
    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

  8. #8
    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,053

    Re: detect the three patterns at each pick3 position.

    And another guess, in I5 copied across and down:

    =IF(A5=MIN(FILTERXML("<A><B>"&SUBSTITUTE($A5&" "&$B5&" "&$C5," ","</B><B>")&"</B></A>","//B")),"S",IF(A5=MAX(FILTERXML("<A><B>"&SUBSTITUTE($A5&" "&$B5&" "&$C5," ","</B><B>")&"</B></A>","//B")),"L","M"))
    Attached Files Attached Files

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

    Re: detect the three patterns at each pick3 position.

    ok glenn, very good job, conglatulations, artwork,
    purpose is to filter pick3. by the 4 patterns and crossing with greater and lesser digit transiting within the 3 positions, if I know which one is greater and lesser digit it makes it easier to choose the medium digit (3 digit missing)

  10. #10
    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,053

    Re: detect the three patterns at each pick3 position.

    Sorry, I do not understand your explanation. SHOW ME exactly what you want for several rows, not just one. LEAVE OUT all irrelevant cells.

    Or... explain in detail in Portuguese (Google translate might help me).


    I am leaving now, for an hour or so.

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

    Re: detect the three patterns at each pick3 position.

    EX = GOAL = find the 1st digit of pick 3, the 1st digit can be larger, smaller or medium if correct the 1st digit is halfway to the correct answer

  12. #12
    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,053

    Re: detect the three patterns at each pick3 position.

    Show me. On a sheet. As requested.

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

    Re: detect the three patterns at each pick3 position.

    number of times it was drawn
    I type it in 1st position, if you have any ideas
    of filter for the 1st position of pick 3 you can place at will.
    https://www.excelforum.com/attachmen...1&d=1638628808
    Attached Files Attached Files

  14. #14
    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,053

    Re: detect the three patterns at each pick3 position.

    ???

    =countif($a$5:$a$18,j5)

  15. #15
    Registered User
    Join Date
    11-19-2021
    Location
    Jakarta
    MS-Off Ver
    2019
    Posts
    22

    Re: detect the three patterns at each pick3 position.

    Hi Jorel,
    my understanding is you are looking for the frequency of number ...If you want to know frequency number drawn,.you can use Frequency function. enclosed the file.
    Attached Files Attached Files

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

    Re: detect the three patterns at each pick3 position.

    hello glenn and aan=about frequency is correct, but missing on major=E minor=S and medium=M IN 1st POSITION

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

    Re: detect the three patterns at each pick3 position.

    major= L MEDIUM = M SMALL = S
    EX= 583= M,L ,S 1ª M

  18. #18
    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,053

    Re: detect the three patterns at each pick3 position.

    No more guessing games, please. Upload a sheet showing EXACTLY what you want. All results. all cells.

  19. #19
    Forum Expert
    Join Date
    01-25-2011
    Location
    Belgium, Alveringem
    MS-Off Ver
    Excel 2003, 2007, 365
    Posts
    1,418

    Re: detect the three patterns at each pick3 position.

    you are too focused on a small detail !!!
    You forget to explain us the whole picture.
    You started a dozen of topics, all almost the same, and i still have no clue.

    Take a step backwards.
    What is the data you start with ?
    What is the goal ?

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

    Re: detect the three patterns at each pick3 position.


  21. #21
    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,053

    Re: detect the three patterns at each pick3 position.

    That is NOT what I asked for. I'm out. Good luck....

  22. #22
    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,869

    Re: detect the three patterns at each pick3 position.

    You started a dozen of topics,
    Hundreds!!!
    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.

  23. #23
    Forum Expert
    Join Date
    01-25-2011
    Location
    Belgium, Alveringem
    MS-Off Ver
    Excel 2003, 2007, 365
    Posts
    1,418

    Re: detect the three patterns at each pick3 position.

    go to your grandchild and if not so, go to the child of your neighbours with a age of <10 years.
    Explain him/her/x your problem.
    If he/she/it understands, send us the (portuguese) text, no xlsx-examples, plain text.
    think that everybody is childish.
    Last edited by bsalv; 12-05-2021 at 09:23 AM.

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

    Re: detect the three patterns at each pick3 position.

    HELLO,bsalv but what is doubt? just detect
    doubles of patterns after LMS AND POSITIONAL FREQUENCY, WHERE DO WE HAVE THE DOUBT? PLEASE

  25. #25
    Registered User
    Join Date
    11-19-2021
    Location
    Jakarta
    MS-Off Ver
    2019
    Posts
    22

    Re: detect the three patterns at each pick3 position.

    Hi Jorel,
    Attached file is my understanding about what do you want

    if correct then you can change each color thru conditioning format.

    thank you
    Attached Files Attached Files

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

    Re: detect the three patterns at each pick3 position.

    huu! hello aan isnaini. very good work, work of art in excel, you know that when you win a prize, you will be rewarded, because then it is easy to reward, many internet users lower the level I post, I don't care,
    The objective of this worksheet is to track traffic in the three positions of the pick3, thank you excellent work

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

    Re: detect the three patterns at each pick3 position.

    hello, aan , just a correction to make, when pick3 are without repeating digits that have 720
    there will always be a larger dicta, a smaller and medium one
    ex= 489= equals S M L correct
    already with the pick3 with pairs of 10 twins there yes
    ex= 455 SLL

  28. #28
    Registered User
    Join Date
    11-19-2021
    Location
    Jakarta
    MS-Off Ver
    2019
    Posts
    22

    Re: detect the three patterns at each pick3 position.

    Dear Jorel,
    I don't understand what you mean.

    Thank You

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

    Re: detect the three patterns at each pick3 position.

    hello
    4 8 9 0 0 X 0 S L L error
    correct= 489=S M 9

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

    Re: detect the three patterns at each pick3 position.

    489= LSS EROR THE CORECT=489= SML
    SMALLEST DIGIT IS 4 THE HIGHEST 9 and the medium is 8

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

    Re: detect the three patterns at each pick3 position.

    hello,aan!THE MEDIUM DOESN'T MATTER THE POSITION
    the medium can be 1st or 2nd or 3rd

  32. #32
    Registered User
    Join Date
    11-19-2021
    Location
    Jakarta
    MS-Off Ver
    2019
    Posts
    22

    Re: detect the three patterns at each pick3 position.

    Dear Jorel,
    as explained on your file, that number 8 defined HIGH?Large.

    thank you

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

    Re: detect the three patterns at each pick3 position.

    spreadsheet has 489= has NO DIGIT 8 = L BUT THE CORRECT IS =M . THE POSITION OF THE THREE LMS STANDARDS DOES NOT MATTER THE POSITION

+ 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] using the 4 patterns even/odd/low/high in pick3.
    By jorel in forum Excel Programming / VBA / Macros
    Replies: 17
    Last Post: 12-02-2021, 07:33 AM
  2. [SOLVED] detect the 4 patterns that are in 4 colors in each position.
    By jorel in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 12-19-2020, 03:40 PM
  3. [SOLVED] detect the repetition of the patterns pp ii ip pi in each vertical position.
    By jorel in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 10-02-2020, 02:21 PM
  4. [SOLVED] detect in each position the 4 patterns with the corresponding colors.
    By jorel in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 10-02-2020, 10:03 AM
  5. [SOLVED] decree each lottery pick3 in its default well we have 27 patterns in 1oo%
    By jorel in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 08-19-2020, 08:36 AM
  6. [SOLVED] detect on pick3 from 000 to 999 where you have the doubles increasing in any position .
    By jorel in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 06-19-2019, 08:55 AM
  7. pick3 converter 6 patterns
    By jorel in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 06-26-2016, 07:50 PM

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