ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   count the number of times a specific word appears in a column (https://www.excelbanter.com/excel-worksheet-functions/96350-count-number-times-specific-word-appears-column.html)

BAR

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

Toppers

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



All times are GMT +1. The time now is 01:32 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com