+ Reply to Thread
Results 1 to 7 of 7

separate last digits, and sort the 4 patterns and sums

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

    separate last digits, and sort the 4 patterns and sums

    hello please=separate last digits, and sort the 4 patterns and sums
    https://www.excelforum.com/attachmen...1&d=1541261833
    Attached Files Attached Files

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

    Re: separate last digits, and sort the 4 patterns and sums

    hello.remembering, I'll put number draws

  3. #3
    Forum Guru
    Join Date
    04-13-2005
    Location
    North America
    MS-Off Ver
    2002/XP and 2007
    Posts
    15,819

    Re: separate last digits, and sort the 4 patterns and sums

    How much of the sample is required, and how much can be changed. Here's how I would probably do this (without the "x" characters):

    1) Use the MOD() function to get the units digit from each number. J5=MOD(A5,10) copied and across.
    2) Use a COUNTIFS() function to get how many odd, even, high, low are in J5:P5 (instead of x characters). S5 =COUNTIFS($J5:$P5,S$3) [note the mix of relative and absolute references] for easy copying. Copy across to W5.
    3) A simple SUM() function to get the sum of each group X5=SUM(S5:W5)
    4) Select S5:X5 -> copy -> select Z5:AE5 and paste -> Selct AG5:AL5 and paste and so on going across.
    5) It looks like you want AS5 to be formatted as "00" rather than general.
    6) Select J5:AS5 -> copy and paste down as far as needed.

    That seems to work in your sample, and the only difference is I am not using the x characters. Are the x characters essential?
    Quote Originally Posted by shg
    Mathematics is the native language of the natural world. Just trying to become literate.

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

    Re: separate last digits, and sort the 4 patterns and sums

    hello mr shorty, thank you for viewing the post, the x characters are not needed, can you get by on planilia? please

  5. #5
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,744

    Re: separate last digits, and sort the 4 patterns and sums

    Jorel - Mr Shorty has given you very, very clear instructions. You always want your helpers to do it all for you - really, it's time now you started to make more of an effort to help yourself. Follow the instructions - you might actually learn something!
    Ali


    Enthusiastic self-taught user of MS Excel who's always learning!
    Don't forget to say "thank you" in your thread to anyone who has offered you help.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    Forum Rules (updated August 2023): please read them here.

  6. #6
    Forum Guru
    Join Date
    04-13-2005
    Location
    North America
    MS-Off Ver
    2002/XP and 2007
    Posts
    15,819

    Re: separate last digits, and sort the 4 patterns and sums

    It will be some time before I will be in a position to upload an actual Excel file. Like AliGW suggested, I was hoping that my instructions were clear enough for you to enter the formulas yourself. Is there a step or formula that you are having trouble entering?

  7. #7
    Forum Expert
    Join Date
    07-20-2011
    Location
    Mysore, India.
    MS-Off Ver
    Excel 2019
    Posts
    8,586

    Re: separate last digits, and sort the 4 patterns and sums

    Does all the steps shown in the file are required or only the sums of odd and even numbers for each row.
    Pl note
    Array formula should be confirmed with Ctrl+Shift+Enter keys together.
    If answere is satisfactory press * to add reputation.

+ 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. please separate the formations from each of the corresponding 16 patterns .
    By jorel in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 08-25-2018, 03:09 PM
  2. [SOLVED] Please separate the first 4 last digits and rank in the 24 patterns.
    By jorel in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 07-11-2018, 05:40 PM
  3. [SOLVED] separate the start and end digits and high and low digits and *
    By jorel in forum Excel Programming / VBA / Macros
    Replies: 11
    Last Post: 06-21-2018, 11:59 AM
  4. [SOLVED] separate odd and even training in the 8 patterns
    By jorel in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 04-21-2018, 12:08 PM
  5. [SOLVED] Request, convert the 64 patterns to the digits from 000 to 999
    By jorel in forum Excel Programming / VBA / Macros
    Replies: 15
    Last Post: 07-25-2017, 04:07 PM
  6. Sort the final digits and sort in ascending order
    By jorel in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 12-29-2014, 11:58 AM
  7. [SOLVED] how do I put 2 separate sums into 1 cell?
    By bugmenot in forum Excel General
    Replies: 8
    Last Post: 02-02-2009, 07:47 PM

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