+ Reply to Thread
Results 1 to 7 of 7

countif how many times greater than 1

  1. #1
    Forum Contributor
    Join Date
    02-18-2014
    Location
    United Kingdom
    MS-Off Ver
    Excel 2010
    Posts
    356

    countif how many times greater than 1

    hi guys

    see attached
    im looking to count how many times something happens depending on cell J6 if J6 is in column C
    AND if they have won by 2 or more goals

    Ive used the example Brentford

    thanks in advance
    Attached Files Attached Files

  2. #2
    Forum Moderator jeffreybrown's Avatar
    Join Date
    02-19-2009
    Location
    Cibolo, TX
    MS-Off Ver
    Office 365
    Posts
    10,327

    Re: countif how many times

    How about with using a help cell in G2 copied down >> =IF(E2-F2>1,"Good","")

    Then use in L6 >> =COUNTIFS(C:C,J6,G:G,"Good")

    If you don't want to use a helper cell, then maybe >> =SUMPRODUCT(--($C$2:$C$503=J6),--($E$2:$E$503-$F$2:$F$503>1))
    HTH
    Regards, Jeff

  3. #3
    Forum Contributor
    Join Date
    02-18-2014
    Location
    United Kingdom
    MS-Off Ver
    Excel 2010
    Posts
    356

    Re: countif how many times

    Hi Jeff

    Didnt want a helper column
    the sumproduct formula is perfect
    Thank you very much
    much appreciated

  4. #4
    Forum Moderator jeffreybrown's Avatar
    Join Date
    02-19-2009
    Location
    Cibolo, TX
    MS-Off Ver
    Office 365
    Posts
    10,327

    Re: countif how many times greater than 1

    You are very welcome and thanks for the feedback.

    If that takes care of your original question, please select Thread Tools from the menu link above and mark this thread as SOLVED. Thanks.

  5. #5
    Forum Guru
    Join Date
    09-10-2017
    Location
    Chippenham, England
    MS-Off Ver
    365
    Posts
    15,741

    Re: countif how many times greater than 1

    How about
    Formula: copy to clipboard
    Please Login or Register  to view this content.


    I'm way too slow

  6. #6
    Forum Contributor
    Join Date
    02-18-2014
    Location
    United Kingdom
    MS-Off Ver
    Excel 2010
    Posts
    356

    Re: countif how many times greater than 1

    Hi Fluff
    Still appreciate the response
    thanks very much

  7. #7
    Forum Guru
    Join Date
    09-10-2017
    Location
    Chippenham, England
    MS-Off Ver
    365
    Posts
    15,741

    Re: countif how many times greater than 1

    You're welcome & thanks for the feedback

+ 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. Highlighting value 3x times greater than average
    By Muz1993 in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 12-15-2016, 09:12 PM
  2. Count Number of times one cell greater than another
    By HavokJak in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 12-24-2015, 06:00 AM
  3. calculating times greater then 24 hours
    By webstersemail in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 12-17-2014, 09:54 PM
  4. [SOLVED] Comparing how many times one cell is greater than another on the same day
    By Araise in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 05-11-2014, 02:38 PM
  5. How to add dates and times greater than 24 hours
    By dvick in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 05-01-2014, 02:07 PM
  6. How to Find which one is greater between 2 times
    By anto1510 in forum Excel - New Users/Basics
    Replies: 5
    Last Post: 12-05-2010, 06:47 AM
  7. Elapsed times greater than 24hrs
    By NDBC in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 08-04-2009, 12:57 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