+ Reply to Thread
Results 1 to 2 of 2

count the number of times a specific word appears in a column

  1. #1
    BAR
    Guest

    count the number of times a specific word appears in a column

    I have a workbook that has several sheets. On the last sheet, I am trying to
    total the number of times a code appears in a certain column on a particular
    sheet. There are some instances where there are multiple codes within a cell.

    Any help would be greatly appreciated.

    BAR

  2. #2
    Toppers
    Guest

    RE: count the number of times a specific word appears in a column

    Hi,

    One way ...

    =COUNTIF($B$1:$B$10,"=*Code2*")

    or putting code in F1

    =COUNTIF($B$1:$B$10,"=*" & F1 & "*")

    Assumes no duplicates in a given cell.

    HTH

    "BAR" wrote:

    > I have a workbook that has several sheets. On the last sheet, I am trying to
    > total the number of times a code appears in a certain column on a particular
    > sheet. There are some instances where there are multiple codes within a cell.
    >
    > Any help would be greatly appreciated.
    >
    > BAR


+ 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