+ Reply to Thread
Results 1 to 7 of 7

Formula to count number of blank cells for a specific condition in another column

  1. #1
    Registered User
    Join Date
    04-17-2013
    Location
    India
    MS-Off Ver
    Excel 2003
    Posts
    34

    Formula to count number of blank cells for a specific condition in another column

    Hi,

    I am trying to calculate the number of nonblank cells in column C with respect to a specific condition in column A

    for example in sheet 0 in column A the value should be " done" and in Column C the value can be some number

    I used the below formula

    =SUMPRODUCT((countif(sheet0!C2:C100,"<>")*(Sheet0!A2:A100 ="done")) this formula is not serving the purpose , please help.

  2. #2
    Forum Guru :) Sixthsense :)'s Avatar
    Join Date
    01-01-2012
    Location
    India>Tamilnadu>Chennai
    MS-Off Ver
    2003 To 2010
    Posts
    12,770

    Re: Formula to count number of blank cells for a specific condition in another column

    May be this...

    Formula: copy to clipboard
    Please Login or Register  to view this content.


    If your problem is solved, then please mark the thread as SOLVED>>Above your first post>>Thread Tools>>
    Mark your thread as Solved


    If the suggestion helps you, then Click *below to Add Reputation

  3. #3
    Valued Forum Contributor
    Join Date
    03-29-2013
    Location
    United Kingdom
    MS-Off Ver
    Office/Excel 2013
    Posts
    1,749

    Re: Formula to count number of blank cells for a specific condition in another column

    Syntax for countifs is as follows
    =COUNTIFS($F$1:$F$500, ">=" & X, $F$1:$F$500, "<" & X+365)
    Elegant Simplicity............. Not Always

  4. #4
    Registered User
    Join Date
    04-17-2013
    Location
    India
    MS-Off Ver
    Excel 2003
    Posts
    34

    Re: Formula to count number of blank cells for a specific condition in another column

    Hey bravo Sixth sense, thanks a lot.....even the last formula I used also u only gave...awesome u r

  5. #5
    Forum Guru :) Sixthsense :)'s Avatar
    Join Date
    01-01-2012
    Location
    India>Tamilnadu>Chennai
    MS-Off Ver
    2003 To 2010
    Posts
    12,770

    Re: Formula to count number of blank cells for a specific condition in another column

    Glad it helps you and thanks for the feedback

  6. #6
    Valued Forum Contributor
    Join Date
    03-29-2013
    Location
    United Kingdom
    MS-Off Ver
    Office/Excel 2013
    Posts
    1,749

    Re: Formula to count number of blank cells for a specific condition in another column

    I suppose there's not much difference between sum and count if you're not too fussy

  7. #7
    Registered User
    Join Date
    04-17-2013
    Location
    India
    MS-Off Ver
    Excel 2003
    Posts
    34

    Re: Formula to count number of blank cells for a specific condition in another column

    Ok thanks for the info AndyLitch

+ Reply to Thread

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