+ Reply to Thread
Results 1 to 4 of 4

Please separate the last digit, and add the quantity in each pattern

Hybrid View

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

    Please separate the last digit, and add the quantity in each pattern

    Please separate the last digit, and add the quantity in each pattern
    https://www.excelforum.com/attachmen...1&d=1531173019
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    11-24-2013
    Location
    Paris, France
    MS-Off Ver
    Excel 2003 / 2010
    Posts
    9,831

    Arrow Re: Please separate the last digit, and add the quantity in each pattern


    As you already had the procedure to separate digits …
    To add, you must at least crystal clear explain the need ! Or maybe there is error in your sample …

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

    Re: Please separate the last digit, and add the quantity in each pattern

    Hello, MARCL, PLEASE! 1st step, separate the last digits, 2nd step
    In each pattern add the amount of its presence, not adding repetitions
    * Objective = to see the presence of the 7 patterns of the final digits
    * Repeats do not need to add

  4. #4
    Forum Guru
    Join Date
    02-27-2016
    Location
    Vietnam
    MS-Off Ver
    2024
    Posts
    6,176

    Re: Please separate the last digit, and add the quantity in each pattern

    Try this:

    in I5:

    =MOD(A5,10)

    in Q5**:

    =COUNT(1/FREQUENCY(IFERROR(SEARCH($I5:$O5,Q$4),""),{0,1,2,3,4,5,6,7,8,9}))

    **Arrayformula, enter with Ctrl+Shift+Enter.

+ 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 last digit and find the numbers tesla 3,6,9
    By jorel in forum Excel Programming / VBA / Macros
    Replies: 9
    Last Post: 07-09-2018, 12:15 PM
  2. [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
  3. [SOLVED] separate the last digit, and sort in the 3 blocks
    By jorel in forum Excel Programming / VBA / Macros
    Replies: 15
    Last Post: 06-26-2018, 07:43 AM
  4. [SOLVED] How to separate text from numbers (no fixed number pattern)
    By harelk in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 08-26-2014, 03:27 AM
  5. [SOLVED] How to take split a two digit cell into two separate cells.
    By greenfox74 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 06-25-2013, 08:55 PM
  6. Replies: 7
    Last Post: 11-03-2011, 05:29 AM
  7. Replies: 5
    Last Post: 08-10-2011, 05:06 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