N
NDHICKEY
After using the equation provided below by the wonderfu
Harlan Grove, I am able to count all of the cells that contain
specifc number.
OK, here's the additional dilema: I need to sort those by type, whic
is determined by data in the previous column. I've attempted counti
but have not been able to successully merge it with the sumproduc
function.
Say I'm collecting data on the colors of Cars and Trucks, cell A1
"Car" and cell B1 = "red, blue, green"; cell A2 = "Truck" and cell B2
"blue, orange, yellow"; cell C1 "Car" and cell C2 "blue, black, white
and so on... I would like to count how many blue cars I have...
previous posting is attached below, any suggestions??
-*
NDHICKEY < wrote...
First, file attachments are almost always unnecessary.
If there were only decimal numerals and commas and nothing else i
these text
cells, and if there were always commas between numbers, and if th
number sought
in these cells were N (which could be a defined name for the cell i
which you
enter the number), then try
*
=SUMPRODUCT(--ISNUMBER(FIND(","&N&",",","&Range&",")))
Harlan Grove, I am able to count all of the cells that contain
specifc number.
OK, here's the additional dilema: I need to sort those by type, whic
is determined by data in the previous column. I've attempted counti
but have not been able to successully merge it with the sumproduc
function.
Say I'm collecting data on the colors of Cars and Trucks, cell A1
"Car" and cell B1 = "red, blue, green"; cell A2 = "Truck" and cell B2
"blue, orange, yellow"; cell C1 "Car" and cell C2 "blue, black, white
and so on... I would like to count how many blue cars I have...
previous posting is attached below, any suggestions??
-*
NDHICKEY < wrote...
...-*Any assistance is greatly appreciated. I have a column of cells which
contain text such as: "1,6,7,23" or "15,21,22" etc.
I want to count all of the cells in the column that contain th number
15, the numer 16, 23, and so on. It is not possible for me to break
out the numbers into separate cells.
First, file attachments are almost always unnecessary.
If there were only decimal numerals and commas and nothing else i
these text
cells, and if there were always commas between numbers, and if th
number sought
in these cells were N (which could be a defined name for the cell i
which you
enter the number), then try
*
=SUMPRODUCT(--ISNUMBER(FIND(","&N&",",","&Range&",")))