+ Reply to Thread
Results 1 to 21 of 21

How to start count after 4 times the number show up

  1. #1
    Registered User
    Join Date
    10-28-2016
    Location
    new york
    MS-Off Ver
    A+
    Posts
    62

    How to start count after 4 times the number show up

    I am having a problem with this. How can I start count after a work show up in the column for 4 times.

    I attached the sheet.
    Attached Files Attached Files
    Last edited by davi65; 11-05-2016 at 03:13 PM.

  2. #2
    Forum Moderator - RIP Richard Buttrey's Avatar
    Join Date
    01-14-2008
    Location
    Stockton Heath, Cheshire, UK
    MS-Off Ver
    Office 365, Excel for Windows 2010 & Excel for Mac
    Posts
    29,464

    Re: How to start count after 4 times the number show up

    I don't follow. New York has shown up 7 times before you note on D53 that the count should be started. Why not start on row 26 after the 4th occurrence?
    Richard Buttrey

    RIP - d. 06/10/2022

    If any of the responses have helped then please consider rating them by clicking the small star icon below the post.

  3. #3
    Registered User
    Join Date
    10-28-2016
    Location
    new york
    MS-Off Ver
    A+
    Posts
    62

    Re: How to start count after 4 times the number show up

    Richard. I can repeat new york 4 times before I can start count. So from the begin of the year I can repeat new york only 4 times after that I need to show the number of times I enter new york on the list.

  4. #4
    Forum Expert José Augusto's Avatar
    Join Date
    10-29-2014
    Location
    Portugal
    MS-Off Ver
    2013-2016
    Posts
    3,329

    Re: How to start count after 4 times the number show up

    Try this
    F1=4 and F2="NEW YORK"
    Use in F3 and copy down
    Formula: copy to clipboard
    Please Login or Register  to view this content.

  5. #5
    Registered User
    Join Date
    10-28-2016
    Location
    new york
    MS-Off Ver
    A+
    Posts
    62

    Re: How to start count after 4 times the number show up

    All most there !
    Attached Files Attached Files

  6. #6
    Forum Contributor
    Join Date
    12-13-2013
    Location
    Calgary,AB,Canada
    MS-Off Ver
    2016,O365
    Posts
    236

    Re: How to start count after 4 times the number show up

    C3=MAX(COUNTIF(B$1:$B3,$B3)-4,0) then copy down

    0 means that work shows up for less than or equal to 4 times
    1 or other greater than 0 number means the sequence number after 4



    Quote Originally Posted by davi65 View Post
    I am having a problem with this. How can I start count after a work show up in the column for 4 times.

    I attached the sheet.

  7. #7
    Registered User
    Join Date
    10-28-2016
    Location
    new york
    MS-Off Ver
    A+
    Posts
    62

    Re: How to start count after 4 times the number show up

    No CAA just turn True and false

  8. #8
    Forum Expert José Augusto's Avatar
    Join Date
    10-29-2014
    Location
    Portugal
    MS-Off Ver
    2013-2016
    Posts
    3,329

    Re: How to start count after 4 times the number show up

    Hi Davi65
    See if is this what you want
    Use in F3 and copy down
    Formula: copy to clipboard
    Please Login or Register  to view this content.


    See the file
    Attached Files Attached Files

  9. #9
    Registered User
    Join Date
    10-28-2016
    Location
    new york
    MS-Off Ver
    A+
    Posts
    62

    Re: How to start count after 4 times the number show up

    Quote Originally Posted by josé augusto View Post
    hi davi65
    see if is this what you want
    use in f3 and copy down
    Formula: copy to clipboard
    Please Login or Register  to view this content.


    see the file
    thank you !!!!

  10. #10
    Forum Expert José Augusto's Avatar
    Join Date
    10-29-2014
    Location
    Portugal
    MS-Off Ver
    2013-2016
    Posts
    3,329

    Re: How to start count after 4 times the number show up

    I'm happy to have helped.
    Thanks for the reputations points added.

  11. #11
    Registered User
    Join Date
    10-28-2016
    Location
    new york
    MS-Off Ver
    A+
    Posts
    62

    Re: How to start count after 4 times the number show up

    Good Morning Folks,

    I need your help again. On Cell J5 I needs to do a count down base on number of times a person enter the word UA and when that count hit 0 stop count so I will do from 6 to zero and stop.

    Now the big issue.

    On the Total Rolling Year column K I need to add up the total numbers of entries after 6 entrie I have the formula that Jose gave to me. Here is the sheet check Column K...

    line 35 if we add 2.00 point that will total 3 when needs to be 2 not 3.
    Attached Files Attached Files

  12. #12
    Registered User
    Join Date
    10-28-2016
    Location
    new york
    MS-Off Ver
    A+
    Posts
    62

    Re: How to start count after 4 times the number show up



    My first problem i was able to resolved

    =IF(J5=0,6,IF(J5=1,5,IF(J5=2,4,IF(J5=3,3,IF(J5=4,2,IF(J5=5,1,IF(J5=6,0,IF(J5>6,0)))))))) Just doing a count down to 0. Envery time you enter a UA will count down on j4

  13. #13
    Forum Expert
    Join Date
    12-11-2011
    Location
    Netherlands
    MS-Off Ver
    office 365
    Posts
    3,324

    Re: How to start count after 4 times the number show up

    Please Login or Register  to view this content.
    Try this
    Willem
    English is not my native language sorry for errors
    Please correct me if I'm completely wrong

  14. #14
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2406
    Posts
    44,299

    Re: How to start count after 4 times the number show up

    Is this what you mean??? J11, copied down:

    =MAX(6-COUNTIF($B$11:B11,"UA"),0)
    Glenn




    None of us get paid for helping you... we do this for fun. So DON'T FORGET to say "Thank You" to all who have freely given some of their time to help YOU

  15. #15
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2406
    Posts
    44,299

    Re: How to start count after 4 times the number show up

    I don't understand what you want in column K, at all!!

  16. #16
    Registered User
    Join Date
    10-28-2016
    Location
    new york
    MS-Off Ver
    A+
    Posts
    62

    Re: How to start count after 4 times the number show up

    Quote Originally Posted by Glenn Kennedy View Post
    I don't understand what you want in column K, at all!!
    After you enter 6 times UA I will start count. If you enter 8 times UA 6 OUT THAT 8 will not count as point per year.


    Now when I enter in the sheet 8 times UA the total per year add up to 3 not 2... where....

    6 TIMES will not count

    7 - count

    8 count

    so the total per year should be 2 not 3.
    Attached Files Attached Files
    Last edited by davi65; 11-05-2016 at 01:19 PM.

  17. #17
    Registered User
    Join Date
    10-28-2016
    Location
    new york
    MS-Off Ver
    A+
    Posts
    62

    Re: How to start count after 4 times the number show up

    Quote Originally Posted by Glenn Kennedy View Post
    Is this what you mean??? J11, copied down:

    =MAX(6-COUNTIF($B$11:B11,"UA"),0)
    Cool this work.

    THANK YOU

  18. #18
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2406
    Posts
    44,299

    Re: How to start count after 4 times the number show up

    I'm still not sure if I follow the logic of this... Hopefully you will!!! In K11, copied down:

    =MAX(COUNTIF($B$11:B11,"UA")-6,0)

  19. #19
    Registered User
    Join Date
    10-28-2016
    Location
    new york
    MS-Off Ver
    A+
    Posts
    62

    Re: How to start count after 4 times the number show up

    Quote Originally Posted by Glenn Kennedy View Post
    I'm still not sure if I follow the logic of this... Hopefully you will!!! In K11, copied down:

    =MAX(COUNTIF($B$11:B11,"UA")-6,0)
    NO. Glenn


    Here is the rules to add up.

    Unexcused Absence(After 6 sick days exhausted) UA 1
    Tardy T 0.25
    Early Quit EQ 0.5


    If I copy down your formula I will not be able to sum when the user enter T or EQ. I need Column G to show 1.00 every time a UA appears after 6 times right now I am adding up after after UA appear 6 times.

  20. #20
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2406
    Posts
    44,299

    Re: How to start count after 4 times the number show up

    maybe this:
    =IF(B15<>"UA","",IF(COUNTIF($B$11:B15,"UA")>6,1,""))

    copied down

  21. #21
    Registered User
    Join Date
    10-28-2016
    Location
    new york
    MS-Off Ver
    A+
    Posts
    62

    Re: How to start count after 4 times the number show up

    Quote Originally Posted by Glenn Kennedy View Post
    maybe this:
    =IF(B15<>"UA","",IF(COUNTIF($B$11:B15,"UA")>6,1,""))

    copied down
    Thank you Glenn. All done.

+ 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. Stacked Bar Chart to show variable start times and phase duration
    By dharrier in forum Excel Charting & Pivots
    Replies: 0
    Last Post: 08-17-2016, 01:20 PM
  2. Can I have a message box show a specified number of times and then not show again?
    By gmr4evr1 in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 04-17-2016, 07:50 PM
  3. [SOLVED] Changing time slot start times to whole number (8:00:00, 9:00:00, etc)
    By erwasson in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 10-21-2014, 09:32 AM
  4. Start and Stop times by account number and discharge date
    By newbie4 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 10-23-2013, 03:56 AM
  5. [SOLVED] Count the number of times an A appears 5 or more times consecutively
    By CCook310 in forum Excel Formulas & Functions
    Replies: 17
    Last Post: 10-02-2013, 04:02 PM
  6. Replies: 2
    Last Post: 03-30-2013, 02:46 PM
  7. Formula count of hours between start/finish times
    By robenson in forum Excel General
    Replies: 3
    Last Post: 02-14-2011, 07:01 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