+ Reply to Thread
Results 1 to 7 of 7

create all formations from 000 to 666 no repetition ,

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

    create all formations from 000 to 666 no repetition ,

    create all formations from 000 to 666
    no repetition
    ex=
    are not the digits! but repeated formations that have been excluded
    example
    we have 001
    010
    100
    010

    I just need to train this group
    ok=001
    and so with the other formations, are repeated formations that have excluded
    another example
    443
    434
    344
    434
    344
    so i need a formation 443 ok
    https://www.excelforum.com/attachmen...1&d=1639622243
    Attached Files Attached Files

  2. #2
    Forum Expert Crooza's Avatar
    Join Date
    10-19-2013
    Location
    Hunter Valley, Australia
    MS-Off Ver
    Excel 2003 /7/10
    Posts
    2,082

    Re: create all formations from 000 to 666 no repetition ,

    NO NEED FOR A MACRO

    In c6
    Please Login or Register  to view this content.
    in B6
    Please Login or Register  to view this content.
    and in A6
    Please Login or Register  to view this content.
    and drag all three down as far as needed
    Happy with my advice? Click on the * reputation button below

  3. #3
    Forum Guru
    Join Date
    02-27-2016
    Location
    Vietnam
    MS-Off Ver
    2016
    Posts
    5,907

    Re: create all formations from 000 to 666 no repetition ,

    Or try this in A5:

    =INT(MOD((ROWS($A$5:A5)-1)/49,7))

    in B5:

    =INT(MOD((ROWS($B$5:B5)-1)/7,7))

    in C5:

    =MOD(ROWS($C$5:C5)-1,7)

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

    Re: create all formations from 000 to 666 no repetition ,

    hello =crooza! I'm not getting it to work, is it because the formulas are in English? please

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

    Re: create all formations from 000 to 666 no repetition ,

    hello it has to be in the crescent, it cannot have duplicity, ex=
    001
    010
    100
    only one in crescent 001 and so on with the others
    have to remove duplicity, the matrix tends to be perfect 10%

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

    Re: create all formations from 000 to 666 no repetition ,

    I Tried! but I can't activate the formula!

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

    Re: create all formations from 000 to 666 no repetition ,

    I tried many times, the formulas are not working as well, can you help me please

+ 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-06-2020, 12:59 PM
  2. [SOLVED] create a field in the macro to generate the 24 formations of the singles
    By jorel in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 02-15-2019, 02:18 PM
  3. [SOLVED] Separate quartet formations without repetition of digits deleting duplicates .
    By jorel in forum Excel Programming / VBA / Macros
    Replies: 10
    Last Post: 04-01-2018, 04:26 PM
  4. [SOLVED] Separate triad formations without repetition of digits, *
    By jorel in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 12-05-2017, 08:15 AM
  5. 15 formations ( e) x (0)
    By jorel in forum Excel Programming / VBA / Macros
    Replies: 11
    Last Post: 09-30-2015, 12:45 PM
  6. separate possible triple digit formations without repetition of 60/6
    By jorel in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 12-17-2014, 12:02 PM
  7. how to create a chart that reflects repetition?
    By wasnas in forum Excel Charting & Pivots
    Replies: 4
    Last Post: 03-17-2009, 07:29 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