+ Reply to Thread
Results 1 to 7 of 7

How to COUNTIF blank cells?

  1. #1
    Soapman
    Guest

    How to COUNTIF blank cells?

    How do I COUNTIF blank cells. Format of cell is General

  2. #2
    Valued Forum Contributor
    Join Date
    03-25-2004
    Location
    Boston, MA US
    Posts
    1,094
    Assuming your range is A1:A10 you could use

    =COUNTBLANK(A1:A10)

    Formulas in your range that return "" are counted but zeros are not.

    HTH

    Steve

  3. #3
    Ken Wright
    Guest

    Re: How to COUNTIF blank cells?

    =COUNTBLANK() (Can't remember if you need analysis toolpak installed or
    not)

    or

    =COUNTIF(Range,"")

    --
    Regards
    Ken....................... Microsoft MVP - Excel
    Sys Spec - Win XP Pro / XL 97/00/02/03

    ------------------------------*------------------------------*----------------
    It's easier to beg forgiveness than ask permission :-)
    ------------------------------*------------------------------*----------------



    "Soapman" <[email protected]> wrote in message
    news:[email protected]...
    > How do I COUNTIF blank cells. Format of cell is Genera




  4. #4
    Biff
    Guest

    Re: How to COUNTIF blank cells?

    Hi!

    Empty cells or cells that contain formula blanks ( "" ) or both?

    This counts both:

    =COUNTBLANK(A1:E1)

    This will only count the cells that contain formula blanks:

    =SUMPRODUCT(--(ISTEXT(A1:E1)),--(LEN(A1:E1)=0))

    Biff

    "Soapman" <[email protected]> wrote in message
    news:[email protected]...
    > How do I COUNTIF blank cells. Format of cell is General




  5. #5
    Ron Coderre
    Guest

    RE: How to COUNTIF blank cells?

    Try one of these:

    =COUNTIF(A1:A100,"")

    =COUNTBLANK(A1:A100)

    Does that help?

    ***********
    Regards,
    Ron

    XL2002, WinXP-Pro


    "Soapman" wrote:

    > How do I COUNTIF blank cells. Format of cell is Genera


  6. #6
    Gary''s Student
    Guest

    RE: How to COUNTIF blank cells?

    Use COUNTBLANK()
    --
    Gary's Student


    "Soapman" wrote:

    > How do I COUNTIF blank cells. Format of cell is General


  7. #7
    Kevin Vaughn
    Guest

    Re: How to COUNTIF blank cells?

    Apparently not as I have never installed the analyis toolpak and countlbank
    worked fine for me.
    --
    Kevin Vaughn


    "Ken Wright" wrote:

    > =COUNTBLANK() (Can't remember if you need analysis toolpak installed or
    > not)
    >
    > or
    >
    > =COUNTIF(Range,"")
    >
    > --
    > Regards
    > Ken....................... Microsoft MVP - Excel
    > Sys Spec - Win XP Pro / XL 97/00/02/03
    >
    > ------------------------------Â*------------------------------Â*----------------
    > It's easier to beg forgiveness than ask permission :-)
    > ------------------------------Â*------------------------------Â*----------------
    >
    >
    >
    > "Soapman" <[email protected]> wrote in message
    > news:[email protected]...
    > > How do I COUNTIF blank cells. Format of cell is Genera

    >
    >
    >


+ 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