+ Reply to Thread
Results 1 to 6 of 6

137/5000 detect at the value = 1 for pairs, 2 odd pairs and 3 for the same digit

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

    137/5000 detect at the value = 1 for pairs, 2 odd pairs and 3 for the same digit

    detect at the value = 1 for pairs, 2 odd pairs and 3 for the same digit in the position
    pair = 1
    odd = 2
    repeat the same digit at position = 3
    pair= 0,2,4,6,8
    odd=1,3,5,7,9
    detect in each position the same pattern, and the repetition of the digit, after separating the last digit
    https://www.excelforum.com/attachmen...1&d=1590441464
    Attached Files Attached Files

  2. #2
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 2019
    Posts
    17,562

    Re: 137/5000 detect at the value = 1 for pairs, 2 odd pairs and 3 for the same digit

    Please try the following:
    1. For finding the last digit (Q6 over and down): =MOD(A6,10)
    2. For finding pairs, odd and same (AG7 over and down): =IF(Q7=Q6,3,IF(AND(ISEVEN(Q7),ISEVEN(Q6)),1,IF(AND(ISODD(Q7),ISODD(Q6)),2,"")))
    Let us know if you have any questions.
    Consider taking the time to add to the reputation of everybody that has taken the time to respond to your query.

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

    Re: 137/5000 detect at the value = 1 for pairs, 2 odd pairs and 3 for the same digit

    hello jete, thanks for viewing the post can you put it on the plain? please !

  4. #4
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 2019
    Posts
    17,562

    Re: 137/5000 detect at the value = 1 for pairs, 2 odd pairs and 3 for the same digit

    I filled down only to row 27 so as not to produce too large of a file.
    Let us know if you have any questions.
    Attached Files Attached Files

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

    Re: 137/5000 detect at the value = 1 for pairs, 2 odd pairs and 3 for the same digit

    hello jeteMc, perfect, very good work, congratulations, when you win a prize you will be rewarded.
    thank you

  6. #6
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 2019
    Posts
    17,562

    Re: 137/5000 detect at the value = 1 for pairs, 2 odd pairs and 3 for the same digit

    You're Welcome. Thank You for the feedback and for marking the thread as 'Solved'. I hope that you have a blessed day.

+ 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: 7
    Last Post: 10-17-2019, 12:00 PM
  2. detect in pairs only those with 2 numbers and zero.
    By jorel in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 09-21-2019, 11:11 AM
  3. detect only the 1st pairs of each group.
    By jorel in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 09-15-2019, 09:26 AM
  4. detect in a color to yellow pairs and odd blue, *
    By jorel in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 08-30-2019, 05:56 AM
  5. Replies: 1
    Last Post: 08-19-2019, 08:38 AM
  6. please, detect in the 100 pairs, the pairs of the 16 patterns,
    By jorel in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 05-23-2019, 06:07 AM
  7. convert the sweepstakes to their palindrome pairs and identify the twin pairs.
    By jorel in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 02-19-2019, 07:59 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