+ Reply to Thread
Results 1 to 9 of 9

I need a formula that counts how many entries there are that DONT meet a certain criteria

Hybrid View

  1. #1
    Registered User
    Join Date
    08-20-2012
    Location
    Jersey, Channel Islands
    MS-Off Ver
    Office 2010
    Posts
    25

    I need a formula that counts how many entries there are that DONT meet a certain criteria

    Hi All

    I am looking for a formula to count how many entries there are on a spreadsheet, that DO NOT meet a criteria, for example, I want it to count everything that dos NOT have "Closed" in the column F

    Hoping that you may be able to provide me with an example that will save me having to manually count about 1.4k entries!

    Thanks
    Martin

  2. #2
    Forum Expert
    Join Date
    07-16-2010
    Location
    Northumberland, UK
    MS-Off Ver
    Excel 2007 (home), Excel 2010 (work)
    Posts
    3,054

    Re: I need a formula that counts how many entries there are that DONT meet a certain crite

    If your range was, say, F1:F100 then something like:

    =COUNTIF(F1:F100,"<>Closed")

    Perhaps.

  3. #3
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,825

    Re: I need a formula that counts how many entries there are that DONT meet a certain crite

    Entries in one column?

    Pete

    EDIT: I was going to suggest:

    =COUNTIF(F1:F100,"<>*Closed*")
    Last edited by Pete_UK; 08-23-2012 at 06:57 AM.

  4. #4
    Registered User
    Join Date
    08-20-2012
    Location
    Jersey, Channel Islands
    MS-Off Ver
    Office 2010
    Posts
    25

    Re: I need a formula that counts how many entries there are that DONT meet a certain crite

    Many Thanks to you both, solved my problem wonderfully

  5. #5
    Registered User
    Join Date
    08-20-2012
    Location
    Jersey, Channel Islands
    MS-Off Ver
    Office 2010
    Posts
    25

    Re: I need a formula that counts how many entries there are that DONT meet a certain crite

    Actually, thinking about it would it be possible to make it ignore two criteria, i.e. Closed and Accounts Not Required - Many thanks, and sorry for the mistake!

  6. #6
    Forum Expert
    Join Date
    07-16-2010
    Location
    Northumberland, UK
    MS-Off Ver
    Excel 2007 (home), Excel 2010 (work)
    Posts
    3,054

    Re: I need a formula that counts how many entries there are that DONT meet a certain crite

    Are you really using Excel 2000, or do you have a more up to date version? I makes a difference to how easy this is.

  7. #7
    Registered User
    Join Date
    08-20-2012
    Location
    Jersey, Channel Islands
    MS-Off Ver
    Office 2010
    Posts
    25

    Re: I need a formula that counts how many entries there are that DONT meet a certain crite

    Quote Originally Posted by Andrew-R View Post
    Are you really using Excel 2000, or do you have a more up to date version? I makes a difference to how easy this is.
    Yes, I am REALLY using Excel 2000, that's all that my work has to offer I am afraid. I must apologise

  8. #8
    Forum Expert
    Join Date
    07-16-2010
    Location
    Northumberland, UK
    MS-Off Ver
    Excel 2007 (home), Excel 2010 (work)
    Posts
    3,054

    Re: I need a formula that counts how many entries there are that DONT meet a certain crite

    OK, still working with F1:F100, this should do the job:

    =SUMPRODUCT(--(F1:F100<>"Closed"),--(F1:F100<>"Accounts Not Required"))

  9. #9
    Registered User
    Join Date
    08-20-2012
    Location
    Jersey, Channel Islands
    MS-Off Ver
    Office 2010
    Posts
    25

    Re: I need a formula that counts how many entries there are that DONT meet a certain crite

    Quote Originally Posted by Andrew-R View Post
    OK, still working with F1:F100, this should do the job:

    =SUMPRODUCT(--(F1:F100<>"Closed"),--(F1:F100<>"Accounts Not Required"))
    Thank you very much, once again!

+ 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