+ Reply to Thread
Results 1 to 5 of 5

separate last digit, and detect even and odd positions and add the amount

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

    separate last digit, and detect even and odd positions and add the amount

    hello, please,separate last digit, and detect even and odd positions and add the amount
    https://www.excelforum.com/attachmen...1&d=1577791103
    Attached Files Attached Files

  2. #2
    Forum Expert rorya's Avatar
    Join Date
    08-13-2008
    Location
    East Sussex, UK
    MS-Off Ver
    365 Ent Monthly Channel / Insiders Beta
    Posts
    8,913

    Re: separate last digit, and detect even and odd positions and add the amount

    It looks like you want to count, not add? All you need are some formulas - see attached.
    Attached Files Attached Files
    Rory

  3. #3
    Forum Expert
    Join Date
    10-10-2016
    Location
    Sheffield
    MS-Off Ver
    365 and rarely 2016
    Posts
    3,212

    Re: separate last digit, and detect even and odd positions and add the amount

    Im not sure your example is true to the data if I understand it correctly
    q6 and copy across =RIGHT(A6,1)*1
    ag6 and copy across =IF(ISEVEN(RIGHT(A6,1)*1),"x","") this give 9 and 11 as even but your results don't show that
    av6 =COUNTIF(AG6:AU6,"x")
    aw6 and copy across =IF(ISODD(RIGHT(A6,1)*1),"x","")
    bl6 =COUNTIF(AW6:BK6,"x")

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

    Re: separate last digit, and detect even and odd positions and add the amount

    hello, RORYA,ok correct conglatulations, perfect, thank you

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

    Re: separate last digit, and detect even and odd positions and add the amount

    ok,davsth, perfect, 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. [SOLVED] separate the two initial numbers, separate the last type detect the frequency.
    By jorel in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 12-16-2019, 07:18 AM
  2. detect in each of the 4 groups * the amount of times of each digit,
    By jorel in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 10-28-2019, 09:34 AM
  3. [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
  4. [SOLVED] separate the starting digit of each number and add the amount in the blue matrix the blue
    By jorel in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 08-01-2019, 05:41 PM
  5. 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
  6. please detect the last digit and add up the amount of times.
    By jorel in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 05-17-2019, 07:41 AM
  7. [SOLVED] Round of 7 digit amount into 2 digit
    By hkbhansali in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 01-24-2016, 10:34 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