+ Reply to Thread
Results 1 to 2 of 2

countif; search string for particular word

  1. #1
    Registered User
    Join Date
    04-08-2005
    Posts
    3

    Question countif; search string for particular word

    What I have is a column with its cells containing different strings (descriptions). What I need to do is search through these strings for a particular word(s) and have a count with the total number of times that particular word is found.

    Example:
    [A1:A5]=
    Video editing
    WebCT quiz popup blocker
    Website upload page
    WebCT my grades, excel
    Website, respondus

    and I need a count of the number of times 'Website', or 'respondus', or 'WebCT' is used (3 different counts total). I dont need to worry about finding a substring of longer words because the words I am searching for are rather unique. Any help is appreciated

  2. #2
    Forum Expert
    Join Date
    06-18-2004
    Location
    Canada
    MS-Off Ver
    Office 2016
    Posts
    1,474
    If the word you're searching for is found at the beginning of the text string...

    =COUNTIF(A1:A5,"Website*")

    If the word can be found anywhere within the text string...

    =COUNTIF(A1:A5,"*Website*")

    Hope this helps!

+ 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