+ Reply to Thread
Results 1 to 2 of 2

detect the 10 triplets in the 5 positions .

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

    detect the 10 triplets in the 5 positions .

    detect the 10 triplets in the 5 positions
    goal = positionally locate the 10 trios in the 5 positions of the 80-5 draw
    https://www.excelforum.com/attachmen...1&d=1643302402
    Attached Files Attached Files

  2. #2
    Forum Guru
    Join Date
    04-13-2005
    Location
    North America
    MS-Off Ver
    2002/XP, 2007, 2024
    Posts
    16,460

    Re: detect the 10 triplets in the 5 positions .

    It looks like it should be a simple lookup function. Use row 5 as a lookup value, then return the corresponding cell from the current row. I would probably prefer INDEX() MATCH() for this. In order to avoid unnecessary duplication of the slow lookup step, I would probably put the MATCH() functions in a helper row:

    1) In G4, enter =MATCH(G5,$A$5:$E$5,0) and copy/paste/fill across row 4. Note the mix of relative and absolute references for easy copying.
    2) In G6, enter =INDEX($A6:$E6,G$4) and copy/paste/fill down and across as far as needed. Again, note the mix of relative and absolute references.

    Does that work for you?
    Quote Originally Posted by shg
    Mathematics is the native language of the natural world. Just trying to become literate.

+ 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 only triplets without repeating digits
    By jorel in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 01-19-2022, 04:15 PM
  2. [SOLVED] detect the numbers, but only the first 5 positions and the last 5 positions.
    By jorel in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 09-04-2021, 09:17 AM
  3. [SOLVED] separate last digit, and detect even and odd positions
    By jorel in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 02-12-2021, 03:23 PM
  4. detect all the positions of the two pairs of twins in the 7 positions,
    By jorel in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 10-12-2020, 11:43 AM
  5. [SOLVED] detect the double of consecutive in any of the three positions and inverted.
    By jorel in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 06-20-2020, 08:26 AM
  6. [SOLVED] separate the 5 triplets and detect the 8 matching odd / even patterns.
    By jorel in forum Excel Programming / VBA / Macros
    Replies: 8
    Last Post: 07-25-2019, 05:27 PM
  7. to detect the full cracks (in red) in the 3 positions.
    By jorel in forum Excel Programming / VBA / Macros
    Replies: 8
    Last Post: 07-01-2019, 07:23 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