T
terrydunne
_QUESTION
In a column where each cell has multiple text values separated b
commas, I want to count specific values. Do you know a way to do this?
_BACKGROUND
I'm in charge of a spreadsheet that tracks projects. On th
spreadsheet's DATA worksheet, the project names are listed in the firs
column and the projects' status---*-In progress-*, *-On hold-*, *-Re
flag-*, *-Complete-*---is entered in the *Status * column in the sam
row as the project name. On another worksheet, I use the COUNTI
function to count the data in the Status column (on the DATA worksheet
and build a chart from the results. For example, if the Status column i
the E column, I will have a series of functions that sa
=COUNTIF(DATA!E2:E100,":$In Progress"), =COUNTIF(DATA!E2:E100,":$O
Hold"), =COUNTIF(DATA!E2:E100,":$Red flag"), etc, to get the numbers t
build the chart. This works fine.
_*The_problem*_
Another column titled *Resources * lists, in each cell, the names of
individuals working on a project. Typically, data is entered into th
cells in this column as "Bill, George" and "Tom, Bill, George", an
"Tom, George, Mary, Bill". I want to count the number of times that
say, Bill has appeared in the Resources column for the purpose o
counting how many projects Bill is on. To do this, I have tried to us
the COUNTIF function in combination with separating the values in th
cell with commas. This doesn't work. Is there any way of separatin
these values so the COUNTIF function can pattern match specific values
to find, say, Bill and ignore the others?
If COUNTIF can't be used, I am thinking of trying a series of I
functions to return a value of TRUE if, say, Bill appears, or Georg
appears, etc, but I don't know how to count the results to get th
numbers to build a chart.
Any advice is welcome
In a column where each cell has multiple text values separated b
commas, I want to count specific values. Do you know a way to do this?
_BACKGROUND
I'm in charge of a spreadsheet that tracks projects. On th
spreadsheet's DATA worksheet, the project names are listed in the firs
column and the projects' status---*-In progress-*, *-On hold-*, *-Re
flag-*, *-Complete-*---is entered in the *Status * column in the sam
row as the project name. On another worksheet, I use the COUNTI
function to count the data in the Status column (on the DATA worksheet
and build a chart from the results. For example, if the Status column i
the E column, I will have a series of functions that sa
=COUNTIF(DATA!E2:E100,":$In Progress"), =COUNTIF(DATA!E2:E100,":$O
Hold"), =COUNTIF(DATA!E2:E100,":$Red flag"), etc, to get the numbers t
build the chart. This works fine.
_*The_problem*_
Another column titled *Resources * lists, in each cell, the names of
individuals working on a project. Typically, data is entered into th
cells in this column as "Bill, George" and "Tom, Bill, George", an
"Tom, George, Mary, Bill". I want to count the number of times that
say, Bill has appeared in the Resources column for the purpose o
counting how many projects Bill is on. To do this, I have tried to us
the COUNTIF function in combination with separating the values in th
cell with commas. This doesn't work. Is there any way of separatin
these values so the COUNTIF function can pattern match specific values
to find, say, Bill and ignore the others?
If COUNTIF can't be used, I am thinking of trying a series of I
functions to return a value of TRUE if, say, Bill appears, or Georg
appears, etc, but I don't know how to count the results to get th
numbers to build a chart.
Any advice is welcome