+ Reply to Thread
Results 1 to 3 of 3

excluding values using countif

  1. #1
    Registered User
    Join Date
    08-10-2012
    Location
    USA
    MS-Off Ver
    Excel 2010
    Posts
    2

    excluding values using countif

    In the formula below I'm trying to count all the fields on the Master Spreadsheet in a workbook that contain "LD&E" in Column A2:A1199 and "O4" in column x2:x1199 and this portion works. However, I don't want to count "G" in z2:z1199 and the formula does not come up with the correct number. Please assist. thx


    =COUNTIFS(MASTER!$A$2:$A$1199,"LD&E", MASTER!$X$2:$X$1199,"=O4")-SUM(COUNTIF(MASTER!$Z$2:$Z$1199,{"G"}))

  2. #2
    Forum Guru benishiryo's Avatar
    Join Date
    03-25-2011
    Location
    Singapore
    MS-Off Ver
    Excel 2013
    Posts
    5,147

    Re: excluding values using countif

    hi hooha2012, welcome to the forum. you can try:
    =COUNTIFS(MASTER!$A$2:$A$1199,"LD&E", MASTER!$X$2:$X$1199,"=O4",MASTER!$Z$2:$Z$1199,"<>G")

    but try to upload a sample file if it doesn't work. it's very difficult to guess what's wrong. to upload a file, press "Go Advanced" beside "Post Quick Reply" & then click on the paperclip icon

    Thanks, if you have clicked on the * and added our rep.

    If you're satisfied with the answer, click Thread Tools above your first post, select "Mark your thread as Solved".

    "Contentment is not the fulfillment of what you want, but the realization of what you already have."


    Tips & Tutorials I Compiled | How to Get Quick & Good Answers

  3. #3
    Registered User
    Join Date
    08-10-2012
    Location
    USA
    MS-Off Ver
    Excel 2010
    Posts
    2

    Re: excluding values using countif

    Thanks I will try that.

+ 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