+ Reply to Thread
Results 1 to 4 of 4

Counting text cells

Hybrid View

  1. #1
    Registered User
    Join Date
    03-10-2007
    Posts
    28

    Counting text cells

    To do the above I tried the following: =sum(ISTEXT(G5:G177),1)) I got this from John Walkenbach's formulas book but it's not working - can anyone tell me what's wrong?

  2. #2
    Registered User
    Join Date
    03-10-2007
    Posts
    28

    Re: Counting text cells

    correction the formula s/r =sum(if(ISTEXT(G5:G177),1))

  3. #3
    Valued Forum Contributor Richard Schollar's Avatar
    Join Date
    05-23-2006
    Location
    Hampshire UK
    MS-Off Ver
    Excel 2002
    Posts
    1,264

    Re: Counting text cells

    Hi

    I think that would need to be:

    =SUM(ISTEXT(G5:G177)*1)

    and confirmed with Ctrl+Shift+Enter

    An alternative to count text cells with at least one character entered into it would be:

    =COUNTIF(G5:G177,"?*")

    normally entered.

    Richard
    Richard Schollar
    Microsoft MVP - Excel

  4. #4
    Registered User
    Join Date
    03-10-2007
    Posts
    28

    Re: Counting text cells

    Richard - the =COUNTIF(G5:G177,"?*") did it - thank you very very much

+ 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