+ Reply to Thread
Results 1 to 6 of 6

Repeated numbers in the 14 positions

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

    Repeated numbers in the 14 positions

    hello, please, locate repeated numbers in the 14 positions always
    * taking as a basis the last draw for the next,
    * goal = see which numbers repeat
    * from the last draw to the next, and the sum.
    then we have 4 groups, then find them
    * are different things to do
    https://www.excelforum.com/attachmen...1&d=1547152340
    Attached Files Attached Files

  2. #2
    Forum Guru
    Join Date
    04-13-2005
    Location
    North America
    MS-Off Ver
    2002/XP and 2007
    Posts
    15,834

    Re: hello, please, locate repeated numbers in the 14 positions.

    It seems simple, so I wonder if I am misunderstanding something.

    Are the "x" markers important? It seems easier to me to use simple boolean 1s and 0s, so I have opted for a more numeric representation. Here's what I did:

    1) For the first group of repetitions, I entered =--(A7=A6) into P7. Copied across to AC7.
    2) Sum for this row is a simple SUM() function AD7 =SUM(P7:AC7)
    3) Copy P7:AD7 and paste/fill down.

    4) For the groups, I entered =--(COUNTIFS($A6:$N6,AF$5)>=1) into AF6. Note the mix of relative and absolute references. Copied across to AP6.
    5) In AQ6, I entered =SUM(AF6:AP6)
    6) Selected AF6:AQ6, copied, and pasted into AR6, BD6, and BP6.
    7) For CB6, it looks like a simple concatenation, =CONCATENATE(AQ6," ",BC6," ",and so on).
    8) CC6 looks like a confirmation sum of the four sums (should be 14 everytime??). =SUM(AQ6,BC6,...)
    9) Select AF6:CC6 and copy/paste/fill down.

    It should not be difficult to adapt to x/blank if that is an essential part of the spreadsheet. Did I understand correctly?
    Quote Originally Posted by shg
    Mathematics is the native language of the natural world. Just trying to become literate.

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

    Re: hello, please, locate repeated numbers in the 14 positions.

    Okay,MrSHORTY you're correct, right here, the soccer lottery has been converted into numbers,
    objective = to see the repeated markings from the last to the next is that if you hit these markings to play, the rest do not need
    play triples! Do you understand this part?
    ok it can be (1) in place of (x), no problem, in the 4 groups you can see that always one of them, we have 1,2,3 points in 10 markings, good standard, now you can get by in planilia, please

  4. #4
    Forum Guru
    Join Date
    04-13-2005
    Location
    North America
    MS-Off Ver
    2002/XP and 2007
    Posts
    15,834

    Re: hello, please, locate repeated numbers in the 14 positions.

    I won't have an opportunity to put that into a spreadsheet for upload for a day or so. I'm still not sure I understand what you want. Is there a specific formula that I suggested that you are having trouble entering/copying/pasting? A formula that gives the wrong result?

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

    Re: hello, please, locate repeated numbers in the 14 positions.

    hello, the formula is correct, I tried, insert, but I can not

  6. #6
    Forum Guru
    Join Date
    04-13-2005
    Location
    North America
    MS-Off Ver
    2002/XP and 2007
    Posts
    15,834

    Re: Repeated numbers in the 14 positions

    Is it a specific formula that Excel won't accept, or does Excel reject all of those formulas? Is there some kind of protection on your copy of the file that is preventing you from entering formulas? Did the file somehow get marked as "read only"? What I proposed seems to work in the sample file you uploaded. If you download a copy of the file you uploaded, can you enter any/all of those formulas into that copy of the spreadsheet?

+ 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] Locate the 25 positions of the letters of the 4 blocks Each block has 25 positions
    By jorel in forum Excel Programming / VBA / Macros
    Replies: 50
    Last Post: 12-22-2017, 12:46 PM
  2. numbers that always repeat from the last draw to the next * in positions
    By jorel in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 11-29-2017, 01:17 PM
  3. Extract numbers in different positions from a string
    By Catsonheat in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 06-20-2017, 10:07 AM
  4. Calculate all possible permutations of dataset - 60 numbers on 3 positions
    By Baruch in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 01-10-2013, 08:11 PM
  5. New stock positions across account numbers
    By Dexterddog in forum Excel Programming / VBA / Macros
    Replies: 8
    Last Post: 09-06-2012, 07:21 AM
  6. Find different occurence of matches of numbers at positions
    By sans in forum Excel Programming / VBA / Macros
    Replies: 20
    Last Post: 11-11-2011, 08:19 AM
  7. Replies: 2
    Last Post: 07-15-2011, 04:11 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