Results 1 to 3 of 3

nested countif not working

Threaded View

TedH nested countif not working 11-26-2008, 11:00 AM
NBVC How about this? ... 11-26-2008, 11:11 AM
TedH works 11-26-2008, 11:21 AM
  1. #1
    Registered User
    Join Date
    11-26-2008
    Location
    New England
    MS-Off Ver
    2007
    Posts
    35

    nested countif not working

    I am trying to track metrics for a QC dept. Right now my sheet has 35 lines of data and a header row, for 36 lines total.

    This is my funtion that isn't quite right:

    =IF($A$2:A36="",,COUNTBLANK($F$2:F36))
    I'm looking at ColA, which is gives the log# for a customer complaint, I'm trying to count blank cells in ColF, which shows the date the complaint is closed.

    The results for my COUNTBLANK is always one more than it should be, because it's picking up the blank on Row36.....which is my problem.

    Row36 is all blank. I'm curious why the logical test allows the COUNTBLANK to include cell F36 in its tally.

    FYI, I've also tried this and it gives me the same result:

    =IF($A$2:A36<>"",COUNTBLANK($F$2:F36))
    Thanks
    Ted
    Last edited by NBVC; 11-26-2008 at 11:32 AM.

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