+ Reply to Thread
Results 1 to 3 of 3

locate in their positions pairs and odd pairs

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

    locate in their positions pairs and odd pairs

    locate in their positions pairs and odd pairs
    * the 3rd digit does not enter the study
    * ex = 156 we have the odd double 159 odd) in the 1st and 2nd position
    * another example = 458 we have 48 (pairs) in position 1 and 3
    then the macro will locate the double, to and odd and see in the positions
    * sometimes we have all the digits of the pick 3 odd or even leave out
    * only locate in the 3 odd or even odd positions
    * aim to see by column standards for the future game
    https://www.excelforum.com/attachmen...1&d=1534800426
    Attached Files Attached Files
    Last edited by AliGW; 08-21-2018 at 01:27 AM.

  2. #2
    Forum Expert
    Join Date
    11-24-2013
    Location
    Paris, France
    MS-Off Ver
    Excel 2003 / 2010
    Posts
    9,831

    Cool


    According to your attachment :

    PHP Code: 
    Sub Demo1()
        
    Dim EOR&, C%, VW
            E 
    = [F3:J3].Value2
            O 
    = [M3:Q3].Value2
            R 
    Cells(Rows.Count1).End(xlUp).Row
            Range
    ("G5:I" ",N5:P" R).ClearContents
        
    For 5 To R
            V 
    Rows(R).Columns("A:C").Value2
            W 
    Application.Match(VE0)
            If 
    Application.Count(W) = 2 Then C Else Application.Match(VO0): If Application.Count(W) = 2 Then C 11
            
    If C Then Cells(RIsNumeric(W(1)) - IsNumeric(W(2)) * IsNumeric(W(3)) * 3).Value2 "x"0
        Next
    End Sub 
    Do you like it ? So thanks to click on bottom left star icon « Add Reputation » !

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

    Re: locate in their positions pairs and odd pairs

    hello MARC L very good job, thank you, congratulations.

+ 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. Common Pairs
    By flyingsock in forum Excel Formulas & Functions
    Replies: 33
    Last Post: 02-23-2017, 07:05 PM
  3. pairs/triples
    By normski2 in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 06-02-2014, 03:13 PM
  4. [SOLVED] Finding pairs
    By Johnny Image in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 07-31-2012, 11:31 AM
  5. Replies: 10
    Last Post: 01-05-2011, 03:26 AM
  6. Random Pairs
    By golfer2b in forum Excel General
    Replies: 12
    Last Post: 08-26-2010, 02:47 PM
  7. Count pairs
    By Excelenator in forum Excel General
    Replies: 2
    Last Post: 10-02-2006, 06:25 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