+ Reply to Thread
Results 1 to 4 of 4

Count Values not meeting Multiple Criteria

  1. #1
    Forum Contributor
    Join Date
    06-16-2010
    Location
    Australia
    MS-Off Ver
    Excel 2007; Excel 2010
    Posts
    178

    Count Values not meeting Multiple Criteria

    Hi,

    What I am trying to do is count how many outstanding rows that have not been given a Award or Voucher number and excludes any rows that have Rec only

    I have attached an example data showing criteria.

    Any Help greatly appreciated

    Thanks
    Attached Files Attached Files

  2. #2
    Valued Forum Contributor
    Join Date
    03-14-2012
    Location
    Arizona USA
    MS-Off Ver
    Excel 2000/2007
    Posts
    408

    Re: Count Values not meeting Multiple Criteria

    Take a look at your modified workbook attached. Take a close look at sheet1 column Y and Sheet2 cell D6.
    Attached Files Attached Files

  3. #3
    Forum Contributor
    Join Date
    06-16-2010
    Location
    Australia
    MS-Off Ver
    Excel 2007; Excel 2010
    Posts
    178

    Re: Count Values not meeting Multiple Criteria

    Hi Denis,

    Thank you for your response.

    I guess I should mention that the records will come from a form input so that means I need to have VBA insert the formula onto end of every record.

    Is this the best way to approach this?

    Thanks

  4. #4
    Forum Guru
    Join Date
    05-24-2011
    Location
    India
    MS-Off Ver
    Office 2021
    Posts
    2,237

    Re: Count Values not meeting Multiple Criteria

    Try COUNTIFS in Sheet2!D6,

    =COUNTIFS(Sheet1!A2:A65536,"<>",Sheet1!P2:P65536,"",Sheet1!W2:W65536,"",Sheet1!X2:X65536,"")
    Regards,
    Haseeb Avarakkan

    __________________________________
    "Feedback is the breakfast of champions"

+ 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