+ Reply to Thread
Results 1 to 6 of 6

identify the quantity of each string

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

    identify the quantity of each string

    identify the quantity of each string
    https://www.excelforum.com/attachmen...1&d=1526034798
    Attached Files Attached Files

  2. #2
    Forum Moderator Leith Ross's Avatar
    Join Date
    01-15-2005
    Location
    San Francisco, Ca
    MS-Off Ver
    2000, 2003, & 2010
    Posts
    23,258

    Re: identify the quantity of each string

    Hello Jorel,

    What is the meaning of the colored numbers (AE4:BP4)?

    Why is 2 under 7.7 and all other numbers are zero?
    Sincerely,
    Leith Ross

    Remember To Do the Following....

    1. Use code tags. Place [CODE] before the first line of code and [/CODE] after the last line of code.
    2. Thank those who have helped you by clicking the Star below the post.
    3. Please mark your post [SOLVED] if it has been answered satisfactorily.


    Old Scottish Proverb...
    Luathaid gu deanamh maille! (Rushing causes delays!)

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

    Re: identify the quantity of each string

    What is the meaning of the colored numbers (AE4: BP4)? are all possibilities of strings
    * within 01 to 42

    Why is 2 under 7.7 and all other numbers are zero?
    two means twice present in the draw line
    * zero means the string of digits is not present
    * objective = is to identify strings of digits
    * (1) (1.1) ..... (1,1,1,1)

  4. #4
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 2019
    Posts
    17,559

    Re: identify the quantity of each string

    If I understand correctly then perhaps this will help.
    1) Populate P5:AC796 using: =MOD(A5,10)
    2) Find and replace all periods (decimals) in AE4:BP4 with commas
    3) Populate AE2:BP2 using: =LEN(AE4)-LEN(SUBSTITUTE(AE4,",",""))+1
    4) Populated AE5:BP796 using: =IF(COUNTIFS($P5:$AC5,RIGHT(AE$4))>=AE$2,1,0)
    5) Get the total count in row 3 (AE3:BP3) using: =SUM(AE5:AE796)
    Note that you could hide the values in AE2:BP2, for aesthetic purposes, by changing the font color to white.
    Let us know if you have any questions.
    Consider taking the time to add to the reputation of everybody that has taken the time to respond to your query.

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

    Re: identify the quantity of each string

    Ok jeteMC c it's perfect, great work, so the string can be seen as a nano filter Congratulations, artwork, the best is missing a zero value when you win a prize will be rewarded 20%

  6. #6
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 2019
    Posts
    17,559

    Re: identify the quantity of each string

    You're Welcome. Thank You for the feedback and for marking the thread as 'Solved'. I hope that you have a blessed day.

+ 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. Identify certain parts in a string
    By rumil.kochhar in forum Excel Programming / VBA / Macros
    Replies: 15
    Last Post: 05-08-2015, 06:56 AM
  2. [SOLVED] Running total of Quantity on Hand Vs Sales Vs Quantity to Produce
    By jespo1351 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 04-01-2015, 07:34 AM
  3. [SOLVED] Need to identify repeated text in a string
    By bwiddoes in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 12-23-2014, 01:10 PM
  4. [SOLVED] help identify the string contents time
    By ks1102 in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 10-25-2013, 04:48 AM
  5. Identify quantity of unique data that satisfies a particular criteria
    By petermichael in forum Excel Formulas & Functions
    Replies: 11
    Last Post: 01-07-2013, 09:31 AM
  6. Using a loop to identify a string value
    By bdb1974 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 01-24-2012, 06:55 PM
  7. Identify 2 or 3 Conescutives in a string of data
    By ctrapper in forum Excel General
    Replies: 9
    Last Post: 10-25-2010, 10:42 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