+ Reply to Thread
Results 1 to 2 of 2

re: Bob phillipps answer for counting text

  1. #1
    steveo
    Guest

    re: Bob phillipps answer for counting text

    Thanks bob that formula does work to count occurances of text. Would a
    variation of that work to count multiple words in a range (one formula)
    so the total shows in one cell? Also how would I add a "not" to exclude
    some words within individual cells? any ideas anyone? steveo


  2. #2
    Domenic
    Guest

    Re: Bob phillipps answer for counting text

    In article <[email protected]>,
    "steveo" <[email protected]> wrote:

    > Would a
    > variation of that work to count multiple words in a range (one formula)
    > so the total shows in one cell?


    Try...

    =SUMPRODUCT(--ISNUMBER(MATCH(Range,{"Text1","Text2","Text3"},0)))

    or

    =SUMPRODUCT(--ISNUMBER(MATCH(RangeX,RangeY,0)))

    ....where RangeY contains your list of words.

    > Also how would I add a "not" to exclude
    > some words within individual cells? any ideas anyone? steveo


    Not sure what you mean. Can you provide an example?

+ 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