+ Reply to Thread
Results 1 to 5 of 5

Formula to count the cells if a column is empty

  1. #1
    Forum Contributor
    Join Date
    12-15-2012
    Location
    Chennai
    MS-Off Ver
    Excel 2010
    Posts
    202

    Formula to count the cells if a column is empty

    Hello everyone,

    I have an excel file in which I need to find the count of a column.

    Column B has ASIN Column C has status.
    Column C few cells are marked as "done"
    I need to count the number of ASIN where column C is blank.

    Sample file is attached for reference.
    Someone kindly help me out.

    Thank you.
    Attached Files Attached Files

  2. #2
    Forum Expert shukla.ankur281190's Avatar
    Join Date
    05-17-2014
    Location
    Lucknow, India
    MS-Off Ver
    Microsoft® Excel® for Microsoft 365 MSO (Version 2503 Build 16.0.18604.20000) 64-bit
    Posts
    3,992

    Re: Formula to count the cells if a column is empty

    Try

    E3
    Formula: copy to clipboard
    Please Login or Register  to view this content.
    If I helped, Don't forget to add reputation (click on the little star ★ at bottom of this post)
    Don't forget to mark threads as "Solved" (Thread Tools->Mark thread as Solved)

  3. #3
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2406
    Posts
    44,662

    Re: Formula to count the cells if a column is empty

    This will do that for you:

    =COUNTBLANK($C$2:$C$23)

    but this is better, as the range does not need to be adjusted all the time...

    =COUNTA(B:B)-COUNTA(C:C)
    Glenn




    None of us get paid for helping you... we do this for fun. So DON'T FORGET to say "Thank You" to all who have freely given some of their time to help YOU

  4. #4
    Banned User!
    Join Date
    02-05-2015
    Location
    San Escobar
    MS-Off Ver
    any on PC except 365
    Posts
    12,168

    Re: Formula to count the cells if a column is empty

    or try: =COUNTIFS(B2:B23,"*",C2:C23,"")

    for full range:
    =COUNTIFS(B:B,"*",C:C,"")
    Last edited by sandy666; 05-16-2017 at 02:57 AM.

  5. #5
    Forum Contributor
    Join Date
    12-15-2012
    Location
    Chennai
    MS-Off Ver
    Excel 2010
    Posts
    202

    Re: Formula to count the cells if a column is empty

    Quote Originally Posted by shukla.ankur281190 View Post
    Try

    E3
    Formula: copy to clipboard
    Please Login or Register  to view this content.
    Simple straight forward formula.
    I didn't think out of the box.
    Thank you Ankur.

+ 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] Loop That Will Count Number Of Comments In a Column Between Empty Cells
    By M7A0S8T8E5R in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 07-15-2016, 04:32 PM
  2. [SOLVED] Formula to count cells that are not empty excluding cells with formulas
    By Imbizile in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 10-20-2015, 07:08 AM
  3. Find count of filled cells and empty cells in a column
    By thepinkgeologist in forum Excel General
    Replies: 4
    Last Post: 09-22-2015, 01:03 PM
  4. [SOLVED] Help! VBA on how to count empty cells in one column based on last row of another column
    By MG3 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 06-25-2015, 02:51 PM
  5. [SOLVED] Formula to count non-empty cells out of duplicates?
    By Royser12345 in forum Excel General
    Replies: 3
    Last Post: 09-14-2014, 03:09 AM
  6. Get non-empty cells count and index for some column in 3 worksheets?
    By nickxtsui in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 11-22-2013, 08:57 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