+ Reply to Thread
Results 1 to 2 of 2

Tallying Rows based on two different values in two different columns

  1. #1
    Registered User
    Join Date
    07-17-2012
    Location
    Denver
    MS-Off Ver
    Excel 2010
    Posts
    5

    Tallying Rows based on two different values in two different columns

    The following is giving me a total that is more like the first value OR the second value. I need it to tally only those rows that have BOTH values. In other words, by adding the +COUNTIF I should be getting a subset of the =COUNTIF statement above it.

    =COUNTIF('Master List'!$C$2:$C$20000, "ACT Score Report")
    +COUNTIF('Master List'!$E$2:$E$20000,"Cold")

    Probably something real simple...thanks!!

  2. #2
    Valued Forum Contributor tlafferty's Avatar
    Join Date
    04-08-2011
    Location
    United States, Tacoma, WA
    MS-Off Ver
    Excel 2010, Excel 2013 Customer Preview
    Posts
    1,112

    Re: Tallying Rows based on two different values in two different columns

    =COUNTIFS('Master List'!$C$2:$C$20000, "ACT Score Report",'Master List'!$E$2:$E$20000,"Cold")
    If your question has been satisfactorily addressed, please consider marking it solved. Click the Thread Tools dropdown and select Mark thread as solved.
    Also, you might want to add to the user's reputation by clicking the star icon in the lower left corner of the post with the answer- it's why we do what we do...

    Thomas Lafferty
    Analyst/Programmer

+ 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