+ Reply to Thread
Results 1 to 4 of 4

Countif not blank

  1. #1
    Darby
    Guest

    Countif not blank

    I would like to count a the number of cells in a range that are not blank.
    =countif(a1:a14,"<>""") includes blank cells in its results.

    I checked to see if the cells were actually blank by using
    =countif(a1:a14,""),which counted the blank cells correctly.

    Anybody got any ideas?

    Thanks

  2. #2
    CLR
    Guest

    RE: Countif not blank

    =COUNTA(A1:A14)

    Vaya con Dios,
    Chuck, CABGx3




    "Darby" wrote:

    > I would like to count a the number of cells in a range that are not blank.
    > =countif(a1:a14,"<>""") includes blank cells in its results.
    >
    > I checked to see if the cells were actually blank by using
    > =countif(a1:a14,""),which counted the blank cells correctly.
    >
    > Anybody got any ideas?
    >
    > Thanks


  3. #3
    David Billigmeier
    Guest

    RE: Countif not blank

    You're close:

    =COUNTIF(A1:A14,"<>"&"")

    --
    Regards,
    Dave


    "Darby" wrote:

    > I would like to count a the number of cells in a range that are not blank.
    > =countif(a1:a14,"<>""") includes blank cells in its results.
    >
    > I checked to see if the cells were actually blank by using
    > =countif(a1:a14,""),which counted the blank cells correctly.
    >
    > Anybody got any ideas?
    >
    > Thanks


  4. #4
    Darby
    Guest

    RE: Countif not blank

    Thanks, works like a charm

    "David Billigmeier" wrote:

    > You're close:
    >
    > =COUNTIF(A1:A14,"<>"&"")
    >
    > --
    > Regards,
    > Dave
    >
    >
    > "Darby" wrote:
    >
    > > I would like to count a the number of cells in a range that are not blank.
    > > =countif(a1:a14,"<>""") includes blank cells in its results.
    > >
    > > I checked to see if the cells were actually blank by using
    > > =countif(a1:a14,""),which counted the blank cells correctly.
    > >
    > > Anybody got any ideas?
    > >
    > > 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