+ Reply to Thread
Results 1 to 2 of 2

countif or sumproduct

  1. #1
    Registered User
    Join Date
    02-24-2004
    Location
    San Diego California
    Posts
    22

    countif or sumproduct

    I have two conditions that exsist. in row a and row c. row a is a persons name and row c is either a 1 or a 0 (The 1 and 0 come from a formula in row c) Now i need to count how many times a persons name has a 1 next to it. Thanks in advance

  2. #2
    Forum Contributor
    Join Date
    06-23-2004
    Location
    Houston, TX
    Posts
    571
    Quote Originally Posted by cape
    I have two conditions that exsist. in row a and row c. row a is a persons name and row c is either a 1 or a 0 (The 1 and 0 come from a formula in row c) Now i need to count how many times a persons name has a 1 next to it. Thanks in advance
    =sumproduct((A1:A100="Person's name")*(C1:C100=1))

    should work for you. You might just have to adjust the range 1:100 to fit your requirements.
    BenjieLop
    Houston, TX

+ 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