+ Reply to Thread
Results 1 to 4 of 4

Count the the range of column with undetermined criteria

  1. #1
    Forum Contributor
    Join Date
    07-21-2011
    Location
    Bangalore,India
    MS-Off Ver
    Excel 2007,2010,2016
    Posts
    695

    Count the the range of column with undetermined criteria

    dear experts

    i want count the particular two criteria with date and blank from main criteria range!!!

    like i have similar two set of data ZLAB AND ZSP1 In the column C:C and In column B & D .....have different data's i want count date ,so's and blank


    FIND THE ATTACHMENT
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    11-28-2012
    Location
    Guatemala
    MS-Off Ver
    Excel 2010
    Posts
    2,394

    Re: Count the the range of column with undetermined criteria

    the countifs() did the trick
    Attached Files Attached Files

  3. #3
    Forum Expert
    Join Date
    04-22-2013
    Location
    .
    MS-Off Ver
    .
    Posts
    4,418

    Re: Count the the range of column with undetermined criteria

    in F5: =COUNTIF($C2:$C24,"="&F4)-F6
    in G5: =COUNTIF($C2:$C24,"="&G4)-G6
    in F6: =SUMPRODUCT(IF(C2:C24=F4,1),IF(D2:D24="",1))
    in G6: =SUMPRODUCT(IF(C2:C24=G4,1),IF(D2:D24="",1))
    in F7: F5+F6
    in G7: G5+G6

    F6 and G6 are array formulas so need to be confirmed with ctrl+shift+enter

  4. #4
    Forum Contributor
    Join Date
    07-21-2011
    Location
    Bangalore,India
    MS-Off Ver
    Excel 2007,2010,2016
    Posts
    695

    Re: Count the the range of column with undetermined criteria

    thanks for solution and being spend time for my post!!! 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. Count a single range using additional criteria from another range
    By FatFoot in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 06-27-2013, 08:40 PM
  2. Replies: 6
    Last Post: 11-11-2012, 12:40 AM
  3. Replies: 3
    Last Post: 06-08-2012, 09:39 AM
  4. [SOLVED] Count a range of cells if another range meets criteria
    By LadySetsuka in forum Excel General
    Replies: 8
    Last Post: 04-14-2012, 10:09 AM
  5. Help on Vlookup for Undetermined Range
    By sylink in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 10-17-2005, 04:05 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