+ Reply to Thread
Results 1 to 2 of 2

countif AND countif something else too!

  1. #1
    Registered User
    Join Date
    01-12-2006
    Posts
    12

    Question countif AND countif something else too!

    Hi,

    I'm trying to COUNTIF in one range at the same time as COUNTIF in another, and put the answer in one cell.

    In English, the formula might be: Count if K1:K900 is 'tim' and J1:J900 is 'clever'.

    To return how many times tim is clever. (For example. I know that, in fact, Tim is actually quite dim)

    Thanks

    Tim

  2. #2
    JE McGimpsey
    Guest

    Re: countif AND countif something else too!

    One way:

    =SUMPRODUCT(--(K1:K900="tim"),--(J1:J900="clever"))


    See

    http://www.mcgimpsey.com/excel/doubleneg.html

    for a fuller explanation.

    In article <[email protected]>,
    Tim3057 <[email protected]> wrote:

    > Hi,
    >
    > I'm trying to COUNTIF in one range at the same time as COUNTIF in
    > another, and put the answer in one cell.
    >
    > In English, the formula might be: Count if K1:K900 is 'tim' and J1:J900
    > is 'clever'.
    >
    > To return how many times tim is clever. (For example. I know that, in
    > fact, Tim is actually quite dim)
    >
    > Thanks
    >
    > Tim


+ 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