+ Reply to Thread
Results 1 to 3 of 3

Count of unique text criteria in multiple columns

  1. #1
    Registered User
    Join Date
    07-16-2020
    Location
    Canada
    MS-Off Ver
    2013
    Posts
    1

    Unhappy Count of unique text criteria in multiple columns

    Need help with a formula that can provide the count of students that have D or F in all 3 semesters;

    Not getting the expected result with: {=COUNT(IF((sem1range={"D","F"})*(sem2range={"D","F"})*(sem3range={"D","F"}),studentIDrange))}

    Student ID Semester1 Semester2 Semester3
    77696 B B B
    90791 D D F
    30405 D C D
    88256 A F A
    9139 D F F
    65012 A B A
    6053 D D D
    51784 A A B
    41877 D D D
    90685 D C D
    97593 D F F
    4442 D D D
    45439 C B C
    32511 D F D
    90788 D D D
    77558 B B B

  2. #2
    Forum Expert CK76's Avatar
    Join Date
    06-16-2015
    Location
    ONT, Canada
    MS-Off Ver
    MS365 Apps for enterprise
    Posts
    5,887

    Re: Count of unique text criteria in multiple columns

    May be...
    =SUMPRODUCT(((sem1range="D")+(sem1range="F"))*((sem2range="D")+(sem2range="F"))*((sem3range="D")+(sem3range="F")))
    ?Progress isn't made by early risers. It's made by lazy men trying to find easier ways to do something.?
    ― Robert A. Heinlein

  3. #3
    Valued Forum Contributor
    Join Date
    10-14-2012
    Location
    Netherlands
    MS-Off Ver
    Excel 2019
    Posts
    353

    Re: Count of unique text criteria in multiple columns

    These formulas will do the sum:
    Please Login or Register  to view this content.
    or
    Please Login or Register  to view this content.
    Attached Files Attached Files
    Kind regards,
    Piet Bom

+ 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. Count unique values from multiple columns with criteria
    By starter66 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 02-01-2019, 03:36 AM
  2. Replies: 11
    Last Post: 11-16-2017, 07:11 AM
  3. [SOLVED] count the number of unique text records with multiple criteria
    By Perk1961 in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 06-22-2016, 04:30 PM
  4. Need unique count of text from multiple columns by category
    By lopez235 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 10-01-2015, 11:26 AM
  5. Count unique values across 2 columns with multiple criteria
    By Skywalker01 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 09-29-2012, 08:04 AM
  6. Formula to count Unique text based on multiple criteria
    By OAMPS in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 06-14-2012, 10:48 AM
  7. Replies: 11
    Last Post: 06-09-2011, 03:17 PM

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