+ Reply to Thread
Results 1 to 4 of 4

Count D3:D154 = Text

Hybrid View

  1. #1
    Registered User
    Join Date
    08-29-2017
    Location
    US
    MS-Off Ver
    2010
    Posts
    3

    Question Count D3:D154 = Text

    I'm trying to count a column with specific words such as due, overdue, missed... Whatever! And not count the cells with numbers in them.

    I'm thinking Excell would be able to handle that.

    Thank you all so much!

    SOLVED! Thanks Pete_UK
    Last edited by marine_hm; 09-06-2017 at 08:51 PM. Reason: SOLVED

  2. #2
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,842

    Re: Count D3:D154 = Text

    The COUNTA function will count all cells that have something in them, i.e. both text and numbers.

    The COUNT function will only count cells which have numeric values in them.

    So, you can use:

    =COUNTA(range) - COUNT(range)

    Hope this helps.

    Pete

  3. #3
    Forum Expert
    Join Date
    05-01-2014
    Location
    California, US
    MS-Off Ver
    Excel 2010
    Posts
    1,795

    Re: Count D3:D154 = Text

    [.... deleted by me ....]
    Last edited by joeu2004; 09-06-2017 at 06:58 PM.

  4. #4
    Forum Expert
    Join Date
    05-01-2014
    Location
    California, US
    MS-Off Ver
    Excel 2010
    Posts
    1,795

    Re: Count D3:D154 = Text

    =sumproduct(--istext(d3:d154))

    Curious why you say "count ... text" in the title, but you say count "specific words" in the message body.

    Those two might not be the same.

    By the latter, are you trying to exclude text that is not among the list of "specific words"?
    Last edited by joeu2004; 09-06-2017 at 07:04 PM.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 17
    Last Post: 04-11-2016, 11:14 PM
  2. [SOLVED] Text count in word to text count in excel.
    By frisbie17 in forum Excel Programming / VBA / Macros
    Replies: 9
    Last Post: 09-27-2012, 04:54 PM
  3. Replies: 18
    Last Post: 09-06-2005, 11:05 AM
  4. [SOLVED] Count Intervals of Filtered TEXT values in Column and Return Count across a Row
    By Domenic in forum Excel Formulas & Functions
    Replies: 18
    Last Post: 09-06-2005, 07:05 AM
  5. [SOLVED] Count Intervals of Filtered TEXT values in Column and Return Count across a Row
    By Sam via OfficeKB.com in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2005, 02:05 AM
  6. Count Intervals of Filtered TEXT values in Column and Return Count across a Row
    By Sam via OfficeKB.com in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-05-2005, 11:05 PM
  7. [SOLVED] Count Intervals of Filtered TEXT values in Column and Return Count across a Row
    By Sam via OfficeKB.com in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 07-30-2005, 11:05 PM

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