+ Reply to Thread
Results 1 to 4 of 4

Counting Blank cells in a range

  1. #1
    Registered User
    Join Date
    07-02-2013
    Location
    Australia
    MS-Off Ver
    Excel 2010
    Posts
    5

    Smile Counting Blank cells in a range

    What forumla would I use to count blank cells in a range?

    For example.

    A B C
    1 1231 - 001 Bill 1/08/2013
    2 1232 - 001 Bob
    3 1233 - 001 Billy 17/2013
    4 1234 - 001 Brad
    5
    6




    How can I count the blank cells in Column C, only if there is data in Column A. Therefore the answer should be '2' because it will exclude row 5 and 6, as there is no data in column A in those rows.

    Thanks for the help!
    Last edited by Jackie11; 07-10-2013 at 10:41 PM.

  2. #2
    Forum Guru
    Join Date
    03-02-2006
    Location
    Los Angeles, Ca
    MS-Off Ver
    WinXP/MSO2007;Win10/MSO2016
    Posts
    12,612

    Re: Counting Blank cells in a range

    For the sample:
    Please Login or Register  to view this content.
    Last edited by protonLeah; 07-10-2013 at 11:12 PM.
    Ben Van Johnson

  3. #3
    Valued Forum Contributor wenqq3's Avatar
    Join Date
    04-01-2013
    Location
    Malaysia
    MS-Off Ver
    Excel 2003
    Posts
    868

    Re: Counting Blank cells in a range

    If you records is continuous enter, you can just use countblank(range C), to count blank cell.

    if not, then =IF(A1="","",IF(C1="",1,"")), drag to the end. then highlighted the row, to get the sum.

    Edited, is col C.

    I test protonLeah code, it worked prefect :D
    Last edited by wenqq3; 07-10-2013 at 11:16 PM.
    -If the problem is solved, please mark your thread as Solved: Click Thread Tools above your first post, select "Mark your thread as Solved".

    -Always upload a workbook before start your question
    To attach a file, push the button with the paperclip (or scroll down to the Manage Attachments button), browse to the required file, and then push the Upload button.

    +++ If my answer(s) helped you, please add me reputation by click on * +++

  4. #4
    Registered User
    Join Date
    07-02-2013
    Location
    Australia
    MS-Off Ver
    Excel 2010
    Posts
    5

    Re: Counting Blank cells in a range

    Thankyou ProtonLeah! It worked perfectly.

    Can I ask another question?

    For example:
    A B
    1 Bill On Hold
    2 Bob On Hold
    3 - On Hold
    4 - Interview
    5 - Active

    What formula would I use to only count the Names In column A which have ‘On Hold’ In column B??

    In this case the answer would be "2".

    Thanks

+ 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