+ Reply to Thread
Results 1 to 5 of 5

Thread: counta

  1. #1
    DanC
    Guest

    counta

    I want to count the cells that have text but are not "". I understant that
    counta() will count all non empty cells but "" is not the same as empty. I
    have tried =counta(field,"<>""" and variations but cannot get the proper
    result.

    dan

  2. #2
    JE McGimpsey
    Guest

    Re: counta

    one way:

    =SUMPRODUCT(--(LEN(A1:A1000)>0))

    In article <6053908B-C0DD-4439-961A-A101BBCD8CE5@microsoft.com>,
    "DanC" <DanC@discussions.microsoft.com> wrote:

    > I want to count the cells that have text but are not "". I understant that
    > counta() will count all non empty cells but "" is not the same as empty. I
    > have tried =counta(field,"<>""" and variations but cannot get the proper
    > result.


  3. #3
    Tim C
    Guest

    Re: counta

    Try:

    =COUNTIF(A1:A20,">""")

    Tim C

    "DanC" <DanC@discussions.microsoft.com> wrote in message
    news:6053908B-C0DD-4439-961A-A101BBCD8CE5@microsoft.com...
    >I want to count the cells that have text but are not "". I understant that
    > counta() will count all non empty cells but "" is not the same as empty.
    > I
    > have tried =counta(field,"<>""" and variations but cannot get the proper
    > result.
    >
    > dan




  4. #4
    RagDyer
    Guest

    Re: counta

    Just another one:

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


    Regards,

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


    "DanC" <DanC@discussions.microsoft.com> wrote in message
    news:6053908B-C0DD-4439-961A-A101BBCD8CE5@microsoft.com...
    I want to count the cells that have text but are not "". I understant that
    counta() will count all non empty cells but "" is not the same as empty. I
    have tried =counta(field,"<>""" and variations but cannot get the proper
    result.

    dan


  5. #5
    DanC
    Guest

    Re: counta

    You win the prize. Your fomula worked.

    thanks,

    dan

    "RagDyer" wrote:

    > Just another one:
    >
    > =COUNTIF(A:A,"*?")
    > --
    >
    >
    > Regards,
    >
    > RD
    > --------------------------------------------------------------------
    > Please keep all correspondence within the Group, so all may benefit!
    > -------------------------------------------------------------------
    >
    >
    > "DanC" <DanC@discussions.microsoft.com> wrote in message
    > news:6053908B-C0DD-4439-961A-A101BBCD8CE5@microsoft.com...
    > I want to count the cells that have text but are not "". I understant that
    > counta() will count all non empty cells but "" is not the same as empty. I
    > have tried =counta(field,"<>""" and variations but cannot get the proper
    > result.
    >
    > dan
    >
    >


+ 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.2.0