+ Reply to Thread
Results 1 to 2 of 2

Need your help regarding for multiple criteria check with multiple column.

  1. #1
    Registered User
    Join Date
    02-06-2014
    Location
    india
    MS-Off Ver
    Excel 2003
    Posts
    1

    Need your help regarding for multiple criteria check with multiple column.

    I have one table as below

    Sr No. Grade c1 c2 c3 c4
    1 A1 Yes No No Yes
    2 A2 No Yes Yes Yes
    3 A3 Yes No Yes No
    4 A5 No Yes No Yes
    5 A3 Yes No Yes Yes
    6 A1 No No Yes No
    7 A3 Yes Yes Yes No


    Now I need to calculate how many total "Yes" c2 cloumn is having when Grade is A2 or A3.

    Thanks in advance

  2. #2
    Forum Expert RobertMika's Avatar
    Join Date
    06-22-2009
    Location
    Haverhill, UK
    MS-Off Ver
    Excel 2003-13
    Posts
    1,530

    Re: Need your help regarding for multiple criteria check with multiple column.

    =SUM(COUNTIFS(D2:D8,"Yes",A2:A8,{"A2","A3"}))
    If you are http://www.excelforum.com/image.php?type=sigpic&userid=125481&dateline=1392355029happy with the results, please add to the contributor's
    reputation by clicking the reputation icon (star icon).




    If you are satisfied with the solution(s) provided, please mark your thread as Solved.
    Select Thread Tools-> Mark thread as Solved.
    To undo, select Thread Tools-> Mark thread as Unsolved.
    http://www.excelaris.co.uk

+ 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. [SOLVED] Need a formula that can check multiple criteria and return a value.
    By DeeJay256 in forum Excel Formulas & Functions
    Replies: 11
    Last Post: 11-28-2012, 09:28 AM
  2. How do I use check boxes to allow multiple search criteria?
    By GTengineer in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 07-11-2012, 07:36 AM
  3. Trying to COUNTIF when multiple criteria are met on multiple column data set
    By TGCRequiem in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 01-15-2011, 12:58 AM
  4. If statement to check multiple criteria
    By randell.graybill in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 08-28-2009, 11:47 PM
  5. multiple column , multiple criteria autofilter sort
    By jseufert in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 08-28-2009, 06:18 PM

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