+ Reply to Thread
Results 1 to 2 of 2

Count with Multiple criteria

  1. #1
    Dk
    Guest

    Count with Multiple criteria

    Range D2:D10 contains the years 2003 and 2004. In C4:C10 there is a
    payment status "Paid" or "Oustanding".
    I want to count the instances in C4:C10 where it indicates
    "Outstanding" where 2003 is indicated in D4:D10"
    Thanks for your assistance
    DK


  2. #2
    Trevor Shuttleworth
    Guest

    Re: Count with Multiple criteria

    DK

    =SUMPRODUCT((C2:C10="outstanding")*(D2:D10=2003))

    The number of rows needs to be the same.

    Regards

    Trevor


    "Dk" <[email protected]> wrote in message
    news:[email protected]...
    > Range D2:D10 contains the years 2003 and 2004. In C4:C10 there is a
    > payment status "Paid" or "Oustanding".
    > I want to count the instances in C4:C10 where it indicates
    > "Outstanding" where 2003 is indicated in D4:D10"
    > Thanks for your assistance
    > DK
    >




+ 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