+ Reply to Thread
Results 1 to 10 of 10

Create sets of word patterns

  1. #1
    Forum Contributor
    Join Date
    01-04-2014
    Location
    East Africa
    MS-Off Ver
    MS OFFICE 2019 PRO
    Posts
    3,616

    Create sets of word patterns

    Formula on f2 g2 h2 i2

    f2 where a3 has any of these THREE DLNTRSG letters plug y otherwise N
    f2 where a3 has any of these TWO DLNTRSG letters plug y otherwise N
    f2 where a3 has any of these ONE DLNTRSG letters plug y otherwise N
    f2 where a3 has any of these ZERO DLNTRSG letters plug y otherwise N

    Find file attached

    I have plugged results of the first row
    Attached Files Attached Files
    Last edited by makinmomb; 03-15-2022 at 08:48 AM. Reason: One row

  2. #2
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,255

    Re: Create sets of word patterns

    My curiosity: what is the point of all these "Scrabble" conundrums ?

    And what result do want is any letter e,g "D" occurs more than once
    If that takes care of your original question, please select Thread Tools from the menu link above and mark this thread as SOLVED.

  3. #3
    Forum Contributor
    Join Date
    01-04-2014
    Location
    East Africa
    MS-Off Ver
    MS OFFICE 2019 PRO
    Posts
    3,616

    Re: Create sets of word patterns

    You will not understand , long story , a scrabble tournament is worth 15,ooo USD , the dictionary thus you have to break it up into patterns of study against tile distribution , thus dont further ask me why I am asking , it is my wish to ask , there is some hidden maths that u will not understand , some golden to rule to WIN , the dictionary is damn long , thus u have make sets of likely you will pick , why does Sintek who answers such threads not questions
    Last edited by makinmomb; 03-15-2022 at 09:00 AM. Reason: maths

  4. #4
    Valued Forum Contributor
    Join Date
    07-23-2013
    Location
    London, England
    MS-Off Ver
    Office 365
    Posts
    988

    Re: Create sets of word patterns

    Try in F3:

    =IF(SUM(IF(ISNUMBER(FIND(MID(F$2,SEQUENCE(LEN(F$2)),1),$A3)),1,0))=F$1,"Y","N")

    Though John's question about how you want to count multiples is relevant. This counts only once for each letter so e.g. searching for "B" in "CABBALA" would return 1. If that's meant to return 2 then please let us know.

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

    Re: Create sets of word patterns

    I think I understand....


    =IF(SUM(MMULT(--(MID($A3,SEQUENCE(7),1)=TRANSPOSE(MID(F$2,SEQUENCE(7),1))),SEQUENCE(7)^0))=F$1,"Y","N")
    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

  6. #6
    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
    81,238

    Re: Create sets of word patterns

    There won't be much left once you have distributed winnings to all those of us here who have helped you when you win ... Is that why you don't want to tell us?

    thus dont further ask me why I am asking
    Don't try to dictate what can and can't happen here: you are not in charge. It's perfectly OK for anyone to ask you anything about what you are doing. Thank you.
    Last edited by AliGW; 03-15-2022 at 09:04 AM.
    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.

  7. #7
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,255

    Re: Create sets of word patterns

    Removed by JT
    Last edited by JohnTopley; 03-15-2022 at 09:06 AM.

  8. #8
    Forum Contributor
    Join Date
    01-04-2014
    Location
    East Africa
    MS-Off Ver
    MS OFFICE 2019 PRO
    Posts
    3,616

    Re: Create sets of word patterns

    My scrabble questions should end this month , than likely I am chasing the WORLD CHAMPION whose job is scrabble , I do a job and wona switch to scrabble on part time

  9. #9
    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,100

    Re: Create sets of word patterns

    Ignore my reply. It's wrong (again). I have Covid right now... I think I should stay away from EF... I'm making too many errors!!

  10. #10
    Forum Contributor
    Join Date
    01-04-2014
    Location
    East Africa
    MS-Off Ver
    MS OFFICE 2019 PRO
    Posts
    3,616

    Re: Create sets of word patterns

    Glenn always understand me close , thank you

+ 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] Excel if new row is created, auto-populate columns in word doc and create new word doc
    By Eduards in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 07-30-2019, 08:22 AM
  2. [SOLVED] Create Array from next record sets
    By ImranBhatti in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 01-03-2018, 01:36 AM
  3. How to create 25 sets of 100 (numbers)
    By yssong14 in forum Excel General
    Replies: 2
    Last Post: 06-10-2015, 06:15 PM
  4. [SOLVED] Need to identify all the data sets based on given key word
    By kiranpat in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 04-06-2014, 02:13 AM
  5. Number of days between 2 sets of dates (Word table)
    By jayll in forum Word Programming / VBA / Macros
    Replies: 1
    Last Post: 07-11-2011, 09:33 AM
  6. Replies: 0
    Last Post: 06-15-2011, 02:22 PM
  7. Import cells from excel into word and create multiple word docs
    By scdaddy7269 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 03-20-2006, 03:03 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