+ Reply to Thread
Results 1 to 2 of 2

Word Count

Hybrid View

  1. #1
    Registered User
    Join Date
    07-13-2011
    Location
    Santa Barbara, CA
    MS-Off Ver
    Excel 2003
    Posts
    4

    Word Count

    I have a list of various recipes that I am using to write a food science paper. I have a bunch of other (irrelevant for this question) data that is pertinent to each recipe in 5 other columns. The recipe's ingredients take up one cell with ingredients separated by a comma. I would like to have my spreadsheet count the amount of times a specific ingredient shows up in all of the recipes. The COUNTIF function will not accomplish this since it will not look at one word of many in a single cell. Can this be done easily in excel, or do I need some VBA code to achieve this?

    Thanks

  2. #2
    Forum Expert
    Join Date
    06-26-2010
    Location
    Austin, TX
    MS-Off Ver
    Excel 2010
    Posts
    1,673

    Re: Word Count

    Could you use something like:
    =countif(A1:A100,"*pear*")

    That will tell you how many cells have pear in it, but would not count a cell more than once.

    Pauley

+ 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