+ Reply to Thread
Results 1 to 3 of 3

Count cells with text

  1. #1
    Registered User
    Join Date
    12-30-2010
    Location
    Huddersfield, England
    MS-Off Ver
    Excel 2010
    Posts
    58

    Count cells with text

    Is there a formular that can count how many cells have text in them?

    i tryed to use

    =SUMPRODUCT($A$1:$A$1000="")
    But this didnt work, can anyone help me?

  2. #2
    Forum Moderator jeffreybrown's Avatar
    Join Date
    02-19-2009
    Location
    Cibolo, TX
    MS-Off Ver
    Office 365
    Posts
    10,327

    Re: Formual that can count cells with text entred

    This should work...

    =COUNTA(A1:A1000)

    ...to do it the way you proposed...

    =SUMPRODUCT(--(A1:A1000<>""))
    HTH
    Regards, Jeff

  3. #3
    Forum Guru
    Join Date
    05-24-2011
    Location
    India
    MS-Off Ver
    365
    Posts
    2,243

    Re: Count cells with text

    Quote Originally Posted by snoopy1461 View Post
    ..count how many cells have text in them....
    If you only want to count Text, try this.

    =COUNTIF(A1:A100,"*")

    (This will count a space too)

    If you want to count non blank cells, COUNTA will work as Jeff suggested.
    Regards,
    Haseeb Avarakkan

    __________________________________
    "Feedback is the breakfast of champions"

+ 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