+ Reply to Thread
Results 1 to 5 of 5

COUNTING TEXT CELLS IN A COLUMN

  1. #1
    Maureen
    Guest

    COUNTING TEXT CELLS IN A COLUMN

    How do we count cells containing text, excluding blank cells?

  2. #2
    Bob Phillips
    Guest

    Re: COUNTING TEXT CELLS IN A COLUMN

    =COUNTA(D:D)-COUNT(D:D)

    --
    HTH

    Bob Phillips

    "Maureen" <[email protected]> wrote in message
    news:[email protected]...
    > How do we count cells containing text, excluding blank cells?




  3. #3
    RagDyeR
    Guest

    Re: COUNTING TEXT CELLS IN A COLUMN

    Try this:

    =COUNTIF(A:A,"*?")
    --

    HTH,

    RD
    ==============================================
    Please keep all correspondence within the Group, so all may benefit!
    ==============================================


    "Maureen" <[email protected]> wrote in message
    news:[email protected]...
    How do we count cells containing text, excluding blank cells?



  4. #4
    Harlan Grove
    Guest

    Re: COUNTING TEXT CELLS IN A COLUMN

    RagDyeR wrote...
    >Try this:
    >
    >=COUNTIF(A:A,"*?")

    ....

    Given the internals of pattern processing, it'd be more efficient to
    use =COUNTIF(A:A,"?*").


  5. #5
    Harlan Grove
    Guest

    Re: COUNTING TEXT CELLS IN A COLUMN

    Bob Phillips wrote...
    >=COUNTA(D:D)-COUNT(D:D)

    ....

    Picky: that'd include cells evaluating to errors and booleans in the
    count. It'd also include cells evaluating to "".


+ 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