+ Reply to Thread
Results 1 to 4 of 4

Two criterias for countifs

  1. #1
    Forum Contributor
    Join Date
    11-13-2015
    Location
    London
    MS-Off Ver
    Office 365
    Posts
    831

    Two criterias for countifs

    hI GUYS,

    i HAVE A colmn D with cells containing P and R

    How do I write a formula to say count data with P and R?

    At the moment I have this:

    =COUNTIFS(C:C, "NULL", D:D, "P") I want to add count R from column D too

    Please help and advise.

    Thank you!
    Thanks,

    R.



  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,127

    Re: Two criterias for countifs

    One way:

    =SUM(COUNTIFS(C:C, "NULL", D:D, {"P","R"}))
    Attached Files Attached Files
    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

  3. #3
    Forum Contributor
    Join Date
    11-13-2015
    Location
    London
    MS-Off Ver
    Office 365
    Posts
    831

    Re: Two criterias for countifs

    thank you Glenn!

  4. #4
    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,127

    Re: Two criterias for countifs

    You're welcome.



    It would be very nice if you were to just click the Add Reputation button at the foot of any of the posts of members who helped you reach a solution.

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

+ 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. Replies: 6
    Last Post: 02-23-2018, 07:09 PM
  2. [SOLVED] Macro Find set criterias to a colomn of number, delete the rows that don't meet criterias
    By TAMMY32 in forum Excel Programming / VBA / Macros
    Replies: 10
    Last Post: 05-03-2017, 04:09 PM
  3. COUNTIFS help - 3 Criterias, 2 values and a date
    By KARLASOS in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 11-18-2014, 05:18 PM
  4. [SOLVED] COUNTIFS with 3 criterias
    By xygrax in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 02-15-2014, 02:22 AM
  5. Countifs and Sumifs VBA code with criterias between 2 date range
    By Jul Stev in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 12-05-2013, 07:08 AM
  6. [SOLVED] Need Advices - Alternative to COUNTIFS - 3 Criterias!
    By codeslizer in forum Excel Programming / VBA / Macros
    Replies: 12
    Last Post: 09-07-2013, 12:58 AM
  7. [SOLVED] countif/sumif with more criterias - too complex for countifs/sumifs
    By Mengo85 in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 01-03-2013, 07:18 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