+ Reply to Thread
Results 1 to 11 of 11

Can someone help me create a count in column D of different numbers in colum C?

  1. #1
    Registered User
    Join Date
    08-27-2015
    Location
    Schoorl, The Netherlands
    MS-Off Ver
    2021
    Posts
    67

    Can someone help me create a count in column D of different numbers in colum C?

    Hi,

    I have a question. I am developing a simple excell sheet which I sa on youtube. You can find what I want here:
    https://www.youtube.com/watch?v=EkbfjoxQYyY

    I allready created something which you can find inside the attachment but I need some help because from here my skills
    stops.

    I still need the third and fouth column.

    The third colum (Column C) should show how many unhit numbers there still are

    The fourth column (Column D) should show when there are 12 unhit numbers left and which they are. And the cell lightens up red.

    Can someone help me?

    I hope so. Thanks.

    P.s. the video on youtube shows what I want .

    A little knowledge about the game of roulette would come in handy .
    Attached Files Attached Files
    Last edited by Seafreight Discounte; 07-08-2020 at 04:29 PM.

  2. #2
    Forum Moderator alansidman's Avatar
    Join Date
    02-02-2010
    Location
    Steamboat Springs, CO
    MS-Off Ver
    MS Office 365 Version 2404 Win 11 Home 64 Bit
    Posts
    23,860

    Re: Can someone help me?

    Administrative Note:

    Welcome to the forum.

    We would very much like to help you with your query, however the thread title does not really convey what your request is about. Tell us what you are trying to do, not how you think it should be done.

    Please take a moment to amend your thread title. Make sure that the title properly explains your request. Your title should be explicit and not be generic (this includes function names used without an indication of what you are trying to achieve).

    Please see Forum Rule #1 about proper thread titles and adjust accordingly. To edit the thread title, open the original post to edit and then click on Go Advanced (bottom right) to access the area where you can edit your title.

    (Note: this change is not optional. No help to be offered until this moderation request has been fulfilled.)
    Alan עַם יִשְׂרָאֵל חַי


    Change an Ugly Report with Power Query
    Database Normalization
    Complete Guide to Power Query
    Man's Mind Stretched to New Dimensions Never Returns to Its Original Form

  3. #3
    Registered User
    Join Date
    08-27-2015
    Location
    Schoorl, The Netherlands
    MS-Off Ver
    2021
    Posts
    67

    Re: Can someone help me create a count in column D of different numbers in colum C?

    Thanks for the reply. I changed the title accordingly.

    I don't know the function name unfortunatly.

    Sorry for the inconvenience.

  4. #4
    Forum Expert bebo021999's Avatar
    Join Date
    07-22-2011
    Location
    Vietnam
    MS-Off Ver
    Excel 2016
    Posts
    9,459

    Re: Can someone help me create a count in column D of different numbers in colum C?

    If you don't mind to split the un-hit number list into multi columns, instead of keeping in single cell:

    In C3:

    Please Login or Register  to view this content.
    In D3:

    Please Login or Register  to view this content.
    **Array formulas are not entered in the same way as 'standard' formulas. Instead of pressing just ENTER, you first hold down CTRL and SHIFT, and only then press ENTER. If you've done it correctly, you'll notice Excel puts curly brackets {} around the formula (though do not attempt to manually insert these yourself).
    Drag accross
    Copy whole row down.
    Attached Files Attached Files
    Quang PT

  5. #5
    Forum Expert
    Join Date
    10-15-2018
    Location
    MA, USA
    MS-Off Ver
    2010, 2019
    Posts
    1,616

    Re: Can someone help me create a count in column D of different numbers in colum C?

    This attempt gives very different results to bebo021999's solution, so one of us may have misunderstood.

    In D3:
    Formula: copy to clipboard
    Please Login or Register  to view this content.
    In E3:
    Formula: copy to clipboard
    Please Login or Register  to view this content.
    Now copy E3 across to AN3

    Finally select D3:AN3 and copy down to row 102

    The above is implemented in the attached workbook.

    As an added bonus for debug/curiosity, if you set cell C2 to "yes" then all rows will show the numbers not yet hit, not just the row(s) where there are exactly 112 numbers not yet hit.

    I think this works per your description and the youtube video. Let us know!
    Attached Files Attached Files
    Geoff

    Did I help significantly? If you wish, click on * Add Reputation to say thanks.
    If your problem has been resolved please select ?Solved? from the Thread Tools menu

  6. #6
    Registered User
    Join Date
    08-27-2015
    Location
    Schoorl, The Netherlands
    MS-Off Ver
    2021
    Posts
    67

    Re: Can someone help me create a count in column D of different numbers in colum C?

    Thanks to everyone. Indeed the correct version is GeoffW283.

    Thanks again.

    I'm going to develop this somewhat more. Can I ask you some more questions when need?

  7. #7
    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,432

    Re: Can someone help me create a count in column D of different numbers in colum C?

    Yes, but you are allowed ONE thread per individual issue here.

    If that takes care of your original question in THIS thread, please select Thread Tools from the menu link above and mark this thread as SOLVED.
    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.

  8. #8
    Forum Expert
    Join Date
    10-15-2018
    Location
    MA, USA
    MS-Off Ver
    2010, 2019
    Posts
    1,616

    Re: Can someone help me create a count in column D of different numbers in colum C?

    Quote Originally Posted by Seafreight Discounte View Post
    Thanks to everyone. Indeed the correct version is GeoffW283.

    Thanks again.

    I'm going to develop this somewhat more. Can I ask you some more questions when need?
    Sorry - I noticed an "off by one" error in my post #5. The problem is in the E3:AN102 formula. ROW($1:$38) needs to be changed to ROW($1:$37). The correction is highlighted in red:
    Formula: copy to clipboard
    Please Login or Register  to view this content.


    I have made this correction in the attached workbook.
    Attached Files Attached Files

  9. #9
    Registered User
    Join Date
    08-27-2015
    Location
    Schoorl, The Netherlands
    MS-Off Ver
    2021
    Posts
    67

    Re: Can someone help me create a count in column D of different numbers in colum C?

    Hi,

    Thanks for you reply.

    Greetings!

  10. #10
    Forum Expert
    Join Date
    10-15-2018
    Location
    MA, USA
    MS-Off Ver
    2010, 2019
    Posts
    1,616

    Re: Can someone help me create a count in column D of different numbers in colum C?

    Glad to help. Thanks for the rep

  11. #11
    Registered User
    Join Date
    08-27-2015
    Location
    Schoorl, The Netherlands
    MS-Off Ver
    2021
    Posts
    67

    Re: Can someone help me create a count in column D of different numbers in colum C?

    Welcome

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

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