+ Reply to Thread
Results 1 to 5 of 5

CountIFS with multiple criteria to ignor blank cells

  1. #1
    Registered User
    Join Date
    07-29-2013
    Location
    Burlington, Iowa USA
    MS-Off Ver
    Excel 2010
    Posts
    15

    CountIFS with multiple criteria to ignor blank cells

    Not able to get this to work, not sure if my brain is just fried since it is "Fri-day" ;-)

    I am trying to get a count using columns F & K

    Column F has product colors

    Column K has Quantities

    I want the formula to count colors based on a set criteria that have qty associated and ignore blank cells.

    =COUNTIFS($F:$F,"Red and White",$F:$F,Yellow,$F:$F,Gray,K:K,"")

    Thanks much in advance!

  2. #2
    Forum Moderator jeffreybrown's Avatar
    Join Date
    02-19-2009
    Location
    Cibolo, TX
    MS-Off Ver
    Office 365
    Posts
    10,316

    Re: CountIFS with multiple criteria to ignor blank cells

    How about...

    =SUM(COUNTIFS(F1:F100,{"Red and White","Yellow","Gray"},K1:K100,">0"))
    HTH
    Regards, Jeff

  3. #3
    Registered User
    Join Date
    07-29-2013
    Location
    Burlington, Iowa USA
    MS-Off Ver
    Excel 2010
    Posts
    15

    Re: CountIFS with multiple criteria to ignor blank cells

    Thanks Jeff! Works Perfect!

  4. #4
    Forum Moderator jeffreybrown's Avatar
    Join Date
    02-19-2009
    Location
    Cibolo, TX
    MS-Off Ver
    Office 365
    Posts
    10,316

    Re: CountIFS with multiple criteria to ignor blank cells

    You are very welcome and thanks for the feedback.

    If that takes care of your original question, please select Thread Tools from the menu link above and mark this thread as SOLVED. Thanks.

  5. #5
    Forum Contributor
    Join Date
    08-02-2013
    Location
    Wageningen, The Netherlands
    MS-Off Ver
    365
    Posts
    495

    Re: CountIFS with multiple criteria to ignor blank cells

    I'm not sure what you want to do exactly; do you just want to count the number of occurences of e.g. "Red" with "20"?

    For that just use =COUNTIFS(F2:F100;"Red";K2:K100;20) but I guess you already knew that and your problem is more difficult...?

    Edit: ah I see it just got solved

+ 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. Countifs with multiple criteria in single criteria range
    By MCP313 in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 12-01-2016, 03:51 AM
  2. Countifs (How to give criteria for blank cell).
    By Shradharani in forum Excel - New Users/Basics
    Replies: 2
    Last Post: 01-18-2013, 07:44 AM
  3. Replies: 2
    Last Post: 08-18-2011, 11:33 AM
  4. Replies: 0
    Last Post: 07-27-2011, 01:00 AM
  5. Ignor blank cells
    By stevekirk in forum Excel General
    Replies: 4
    Last Post: 09-03-2006, 04:40 PM

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