+ Reply to Thread
Results 1 to 8 of 8

separate the last digit into 5 cracks, * and detect the 8 possible patterns

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

    separate the last digit into 5 cracks, * and detect the 8 possible patterns

    separate the last digit into 5 cracks,
    * and detect the 8 possible patterns
    * well we have 8 patterns where
    * pair value = 0 2,4,6,8,0
    odd worth = 1 1,3,5,7,9
    the macro will separate the last digit then convert
    * the cracks in the 8 possible patterns corresponding
    https://www.excelforum.com/attachmen...1&d=1587063667
    Attached Files Attached Files

  2. #2
    Forum Guru Kaper's Avatar
    Join Date
    12-14-2013
    Location
    Warsaw, Poland
    MS-Off Ver
    most often: Office 365 in Windows environment
    Posts
    8,623

    Re: separate the last digit into 5 cracks, * and detect the 8 possible patterns

    Macro is not needed. formula will be enough.
    AK5: =MOD(A5,2)&MOD(B5,2)&MOD(C5,2)
    and similar in next cells, so AM5: =MOD(D5,2)&MOD(E5,2)&MOD(F5,2)
    and so on.
    Attached Files Attached Files
    Best Regards,

    Kaper

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

    Re: separate the last digit into 5 cracks, * and detect the 8 possible patterns

    hello KAPER ,ok good job
    kaper forgot to bookmark the link
    macro and formula translation can you do it? please

  4. #4
    Forum Guru Kaper's Avatar
    Join Date
    12-14-2013
    Location
    Warsaw, Poland
    MS-Off Ver
    most often: Office 365 in Windows environment
    Posts
    8,623

    Re: separate the last digit into 5 cracks, * and detect the 8 possible patterns

    Quote Originally Posted by jorel View Post
    kaper forgot to bookmark the link
    macro and formula translation can you do it? please
    ??? what link ???
    https://www.excelforum.com/excel-pro...-4-blocks.html
    https://www.excelforum.com/excel-pro...est-digit.html
    other ?

    I don't understand what you mean by bookmark in this context.

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

    Re: separate the last digit into 5 cracks, * and detect the 8 possible patterns

    sorry kaper google translates very badly, i need a macro translation link from the forum

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

    Re: separate the last digit into 5 cracks, * and detect the 8 possible patterns

    hello, I need the link for translating formulas into Portuguese

  7. #7
    Forum Guru Kaper's Avatar
    Join Date
    12-14-2013
    Location
    Warsaw, Poland
    MS-Off Ver
    most often: Office 365 in Windows environment
    Posts
    8,623

    Re: separate the last digit into 5 cracks, * and detect the 8 possible patterns

    You don't need translator. Just open my attachment - the formulas are in the cells.

    Just download and open it!

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

    Re: separate the last digit into 5 cracks, * and detect the 8 possible patterns

    ok KAPER THANK YOU!

+ 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. separate last digit, and detect even and odd positions and add the amount
    By jorel in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 12-31-2019, 08:30 AM
  2. [SOLVED] separate the last digit into threes, then detect one of the 6 largest patterns.
    By jorel in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 09-27-2019, 09:54 AM
  3. [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
  4. 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
  5. detect from 1 to 35, the cracks initial and final, even and odd .
    By jorel in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 06-01-2019, 03:21 PM
  6. [SOLVED] detect the 4 patterns * after separating the last digit
    By jorel in forum Excel Programming / VBA / Macros
    Replies: 11
    Last Post: 05-21-2019, 10:38 AM
  7. [SOLVED] Separate the two cracks in two blocks, and add the last digit
    By jorel in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 07-06-2018, 08:03 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