+ Reply to Thread
Results 1 to 3 of 3

Thread: Need help determining the number of rows that meet a particular criteria in two clmns

  1. #1
    Registered User
    Join Date
    05-02-2011
    Location
    USA
    MS-Off Ver
    Excel 2003
    Posts
    4

    Need help determining the number of rows that meet a particular criteria in two clmns

    Here's what I'm trying to do. I have a list of 128 objects (placed in the rows) and 14 potential properties (placed in the columns) that they could contain. For each object (row) I have simply entered a 1 if it contains the given property (column) or a 0 if it does not. What I want to be able to figure out is how many of the rows do not contain any of two of the properties. In essence I want determine how many of the rows contain a 0 in both of the relevent columns (L and N in this particular case). Any help would be amazing!

  2. #2
    Forum Moderator daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    2007
    Posts
    10,052

    Re: Need help determining the number of rows that meet a particular criteria in two c

    In 2007?

    Try COUNTIFS

    =COUNTIFS(L:L,0,N:N,0)
    Audere est facere

  3. #3
    Registered User
    Join Date
    05-02-2011
    Location
    USA
    MS-Off Ver
    Excel 2003
    Posts
    4

    Re: Need help determining the number of rows that meet a particular criteria in two c

    That did it. Thank you!

+ 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.2.0