+ Reply to Thread
Results 1 to 3 of 3

COUNT IF - MULTIPLE CRITERIA

  1. #1
    Matthew
    Guest

    COUNT IF - MULTIPLE CRITERIA

    I wish to know the best way of getting a result for the following :-

    I have a column of names on sheet A Column A.
    I want to count the number of times the name occurs on Sheet B Column
    A...BUT also need the following extra condition...Only count if Sheet B
    Column B >0.

    Thanks for your help in advance !!!

  2. #2
    Bob Phillips
    Guest

    Re: COUNT IF - MULTIPLE CRITERIA

    =SUMPRODUCT(--(Sheet2!$A$1:$A$1000=A1),--(Sheet2!$B$1:$B$1000>0))

    and copy down on Sheet1

    --
    HTH

    Bob Phillips

    (remove nothere from email address if mailing direct)

    "Matthew" <[email protected]> wrote in message
    news:[email protected]...
    > I wish to know the best way of getting a result for the following :-
    >
    > I have a column of names on sheet A Column A.
    > I want to count the number of times the name occurs on Sheet B Column
    > A...BUT also need the following extra condition...Only count if Sheet B
    > Column B >0.
    >
    > Thanks for your help in advance !!!




  3. #3
    Matthew
    Guest

    Re: COUNT IF - MULTIPLE CRITERIA

    Thanks Bob!

    "Bob Phillips" wrote:

    > =SUMPRODUCT(--(Sheet2!$A$1:$A$1000=A1),--(Sheet2!$B$1:$B$1000>0))
    >
    > and copy down on Sheet1
    >
    > --
    > HTH
    >
    > Bob Phillips
    >
    > (remove nothere from email address if mailing direct)
    >
    > "Matthew" <[email protected]> wrote in message
    > news:[email protected]...
    > > I wish to know the best way of getting a result for the following :-
    > >
    > > I have a column of names on sheet A Column A.
    > > I want to count the number of times the name occurs on Sheet B Column
    > > A...BUT also need the following extra condition...Only count if Sheet B
    > > Column B >0.
    > >
    > > Thanks for your help in advance !!!

    >
    >
    >


+ 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