+ Reply to Thread
Results 1 to 3 of 3

VLOOKUP COUNTIF help?

  1. #1
    Registered User
    Join Date
    07-23-2014
    Location
    London
    MS-Off Ver
    2010
    Posts
    2

    Lightbulb VLOOKUP COUNTIF help?

    Hi all,

    First post on this site, hope I get my answer

    I've cut out all of the sensitive and extra stuff in my original table, instead of 150+ entries I've only included 11...what I'm looking for someone to help me with, is to create a formula for R6...

    The drop down list in P6 allows you to choose a disease, then Q6 displays how many technology appraisals (TAs) there are...what I want, is to count how many of the selected disease has YES's in the VBA? Column (E).

    I hope that makes sense? and If you'd like any clarification, let me know...finally, i'd like to be robust enough to still work even if the list is sorted in different ways? E.g by TA# (Column B)

    Thanks!

    sowdani

    Appraisal Help.xlsx

  2. #2
    Valued Forum Contributor
    Join Date
    01-19-2012
    Location
    Barrington, IL
    MS-Off Ver
    Excel 2007/2010
    Posts
    1,211

    Re: VLOOKUP COUNTIF help?

    Try this:

    =COUNTIFS(D2:D12,P6,E2:E12,"YES")



    How it works: Count all assuming the following conditions are ALL met
    If D2:D12 = P6
    If E2:E12 = "YES"

    You can add as many conditions as needed.



    Welcome to the forum
    Last edited by Speshul; 07-23-2014 at 09:50 AM.
    You should hit F5, because chances are I've edited this post at least 5 times.
    Example of Array Formulas
    Quote Originally Posted by Jacc View Post
    Sorry, your description makes no sense. I just made some formula that looks interesting cause I had nothing else to do.
    Click the * below on any post that helped you.

  3. #3
    Registered User
    Join Date
    07-23-2014
    Location
    London
    MS-Off Ver
    2010
    Posts
    2

    Re: VLOOKUP COUNTIF help?

    Thats exactly what I was looking for, just had to clean up the text string with a few asterixs to include all the different 'cancers', but apart from that, PERFECT!

    Thanks dude

    sowdani

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Countif & vlookup
    By pmd in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 01-17-2013, 01:21 PM
  2. Help Please with countif & Vlookup
    By mjs591 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 02-13-2012, 09:27 PM
  3. countif & vlookup
    By Shermaine2010 in forum Excel General
    Replies: 3
    Last Post: 07-31-2011, 07:19 AM
  4. Not sure if this is Vlookup, countif or even both...
    By the-kiddy in forum Excel General
    Replies: 7
    Last Post: 11-24-2009, 06:19 PM
  5. [SOLVED] vlookup and countif???
    By Joe in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 03-13-2006, 06:33 AM

Tags for this Thread

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