+ Reply to Thread
Results 1 to 3 of 3

how to calculate the number of non blank cells from any column?

  1. #1
    Mahesh
    Guest

    how to calculate the number of non blank cells from any column?

    I would like to calculate the number of non blank cells in one columns.
    How do i do it.
    I am not able to use ISBLANK formula as I don't know how to use it.
    Please explain.

  2. #2
    Pete_UK
    Guest

    Re: how to calculate the number of non blank cells from any column?

    Use the COUNTA( ) function - Excel help gives details of its use.

    Hope this helps.

    Pete

    Mahesh wrote:
    > I would like to calculate the number of non blank cells in one columns.
    > How do i do it.
    > I am not able to use ISBLANK formula as I don't know how to use it.
    > Please explain.



  3. #3
    Max
    Guest

    Re: how to calculate the number of non blank cells from any column?

    "Mahesh" wrote:
    > I would like to calculate the number of non blank cells in one columns.


    An option to try if you have formula cells in the col which may return
    "blanks", ie:"", and these formula returns are to be treated the same way as
    real empty cells in the col is to use something like in say, C1:
    =SUMPRODUCT(--(B1:B20<>""))
    Adapt the range to suit. Note that SUMPRODUCT can't accept entire col refs.
    --
    Max
    Singapore
    http://savefile.com/projects/236895
    xdemechanik
    ---

+ 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