+ Reply to Thread
Results 1 to 2 of 2

separate the last digits and sort and add the amount in each of the 4 patterns

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

    separate the last digits and sort and add the amount in each of the 4 patterns

    separate the last digits and sort and add the amount in each of the 4 patterns
    https://www.excelforum.com/attachmen...1&d=1627431411
    Attached Files Attached Files

  2. #2
    Forum Guru
    Join Date
    04-23-2012
    Location
    New Jersey, USA
    MS-Off Ver
    Excel 365
    Posts
    2,416

    Re: separate the last digits and sort and add the amount in each of the 4 patterns

    Put this formula in cell AG6...

    =MOD(A6,10)

    change the cell's format to "General" and then copy the formula across to cell BC6 (yes, I know it is copied across the cells for sums). Now, replace the formula in cell AL6 with this formula...

    =SUM(AG6:AK6)

    Now copy that cell and then paste it over the formula in cells AR6, AX6 and BD6. Now select the cells in range AG6:BD6 and copy it down to the end of your data.
    Last edited by Rick Rothstein; 07-27-2021 at 08:53 PM.

+ 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 pairs without repetition of digits, that is 4 distinct digits .
    By jorel in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 04-16-2021, 07:11 AM
  2. [SOLVED] separate the last digits and add the amount in each group
    By jorel in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 05-08-2020, 10:27 AM
  3. separate last digits, and sort the 4 patterns and sums
    By jorel in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 11-03-2018, 01:30 PM
  4. [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
  5. [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
  6. [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
  7. [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

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