Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
Hello,
I have a range of cells that have multiple values separated by commas. What I need to do is count the occurrences of a value in a range of cells. Example: Cell: A1 Value: win2k,winxp,win2003,win98 Cell: A2 Value: winxp,win2003 Cells A3-100 Value: <same type of format as above I need formula that will get number of occurances of "winxp" in each cell in the range. A cell can have multiple values separated by commas and could, but shouldn't have duplicate values in cell. I have tried countif with a wildcard but that only works if search value is first value in cell. Thank you in advance. |
#2
![]() |
|||
|
|||
![]()
One way:
=COUNTIF(A:A,"*winxp*") In article , "Ed Gregory" wrote: Hello, I have a range of cells that have multiple values separated by commas. What I need to do is count the occurrences of a value in a range of cells. Example: Cell: A1 Value: win2k,winxp,win2003,win98 Cell: A2 Value: winxp,win2003 Cells A3-100 Value: <same type of format as above I need formula that will get number of occurances of "winxp" in each cell in the range. A cell can have multiple values separated by commas and could, but shouldn't have duplicate values in cell. I have tried countif with a wildcard but that only works if search value is first value in cell. Thank you in advance. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Sorting a range of cells that get value from other cells | Excel Discussion (Misc queries) | |||
adding the same prefix or suffix to a range of cells | Excel Discussion (Misc queries) | |||
Formula to count the cells in a range that have a fill color. | Excel Discussion (Misc queries) | |||
Count number of shaded cells | Excel Discussion (Misc queries) | |||
How can I dynamically eliminate blank cells in a given range in E. | Excel Worksheet Functions |