+ Reply to Thread
Results 1 to 2 of 2

If two columns match then count one. How? Tried countif and sum .

  1. #1
    IMC Medrec
    Guest

    If two columns match then count one. How? Tried countif and sum .

    I have one column containing clinics. The other column may contain Follow Up
    appointments. I'm trying to count the matched sets, i.e. all nuclear
    medicine with follow ups, Neurology with Follow Ups, and so on. Here is the
    string that is showing the correct number when tested but shows "0" in the
    cell. =COUNT(IF((Sheet1!D2:D200="Nuclear Med.")*(Sheet1!G2:G200="Follow
    Up"),Sheet1!H2:H200)). The H column has this string: =IF(G19:G217="Follow
    Up",1,0) I am trying to count this number if the other two criteria is met.
    It doesn't work. Any suggestions?

  2. #2
    Jason Morin
    Guest

    Re: If two columns match then count one. How? Tried countif and sum .

    Replace COUNT with SUM and press ctrl + shift + enter to
    convert it to an array formula.

    HTH
    Jason
    Atlanta, GA


    >-----Original Message-----
    >I have one column containing clinics. The other column

    may contain Follow Up
    >appointments. I'm trying to count the matched sets,

    i.e. all nuclear
    >medicine with follow ups, Neurology with Follow Ups, and

    so on. Here is the
    >string that is showing the correct number when tested

    but shows "0" in the
    >cell. =COUNT(IF((Sheet1!D2:D200="Nuclear Med.")*(Sheet1!

    G2:G200="Follow
    >Up"),Sheet1!H2:H200)). The H column has this string:

    =IF(G19:G217="Follow
    >Up",1,0) I am trying to count this number if the other

    two criteria is met.
    >It doesn't work. Any suggestions?
    >.
    >


+ 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