+ Reply to Thread
Results 1 to 6 of 6

CountIF forumla

  1. #1
    Registered User
    Join Date
    01-14-2010
    Location
    philadelphia, pa
    MS-Off Ver
    Excel 2003
    Posts
    28

    CountIF forumla

    I am trying to count up the responses from the tab "player games" by date. I do not want to add any of the data, just the total number of rows basically for each date and input the total into cell F9 of 'sheet 1'. Let me know if this is enough information.
    Attached Files Attached Files

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

    Re: CountIF forumla

    Hi. Use this:
    =COUNTIF(PlayerGames!$B:$B,Sheet1!N$7)
    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.

    Temporary addition of accented to illustrate ongoing problem to the TT: L? fh?ile P?draig sona dhaoibh

  3. #3
    Forum Expert nigelog's Avatar
    Join Date
    12-14-2007
    Location
    Cork, Ireland
    MS-Off Ver
    Office 365 Windows 10
    Posts
    2,286

    Re: CountIF forumla

    =SUMPRODUCT(--(MOD(COLUMN($F9:$IV9)-COLUMN($F9),2)=0),$F9:$IV9)

    use this to calculate total responses - will sum every second row

  4. #4
    Registered User
    Join Date
    01-14-2010
    Location
    philadelphia, pa
    MS-Off Ver
    Excel 2003
    Posts
    28

    Re: CountIF forumla

    Quote Originally Posted by Glenn Kennedy View Post
    Hi. Use this:
    =COUNTIF(PlayerGames!$B:$B,Sheet1!N$7)
    This was great Glenn - Thanks.

    Next question. I want to use a SUMIF equation in this example.

    I want to sum up the totals for each Mon, Tue, Wed, etc.

    Thanks in advance.
    Attached Files Attached Files

  5. #5
    Forum Expert nigelog's Avatar
    Join Date
    12-14-2007
    Location
    Cork, Ireland
    MS-Off Ver
    Office 365 Windows 10
    Posts
    2,286

    Re: CountIF forumla

    =SUMIF(B33:B73,A11,C33:C73)

    paste into B11 and copy down

    does not work for some reason with Thursday - are they all spelt correctly
    Last edited by nigelog; 06-17-2015 at 12:10 PM.

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

    Re: CountIF forumla

    With a modification... the above should work OK, BUT there were no values in C to sum, only #VALUE errors, in the sheet that you posted.

    =SUMIF($B$33:$B$73,A11,$C$33:$C$73)

+ 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. Countif Forumla
    By chubbchubb in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 03-20-2014, 10:50 AM
  2. Countif Or sumif forumla
    By masond3 in forum Excel General
    Replies: 2
    Last Post: 09-25-2012, 07:48 AM
  3. Countif Or sumif forumla
    By masond3 in forum Excel General
    Replies: 4
    Last Post: 07-06-2012, 08:00 AM
  4. CountIF Forumla
    By neil25 in forum Excel General
    Replies: 6
    Last Post: 06-17-2008, 08:20 AM
  5. Forumla Help!countif?IF?If(AND? if(OR?
    By harpscardiff in forum Excel General
    Replies: 6
    Last Post: 01-19-2006, 06:45 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