Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I have a spreadsheet. One column has cells that have either A, CAC, or Other.
How can I have Excel enter the number of each type of cell in ONE cell? -- Janet A. |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=COUNTIF(A:A,"CAC")
or =COUNTIF(A:A,B1) where B1 houses your text. -- Regards Dave Hawley www.ozgrid.com "Janet A. Thompson" wrote in message ... I have a spreadsheet. One column has cells that have either A, CAC, or Other. How can I have Excel enter the number of each type of cell in ONE cell? -- Janet A. |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Maybe this will help
="Count of A is :" &COUNTIF(A1:A10,"A")& " Count of CAC is: " &COUNTIF(A1:A10,"CAC") "Janet A. Thompson" wrote: I have a spreadsheet. One column has cells that have either A, CAC, or Other. How can I have Excel enter the number of each type of cell in ONE cell? -- Janet A. |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Where is the count of "Other"
-- and is A1:A10 your example of the range of the spreadsheet? Janet A. "Mike" wrote: Maybe this will help ="Count of A is :" &COUNTIF(A1:A10,"A")& " Count of CAC is: " &COUNTIF(A1:A10,"CAC") "Janet A. Thompson" wrote: I have a spreadsheet. One column has cells that have either A, CAC, or Other. How can I have Excel enter the number of each type of cell in ONE cell? -- Janet A. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Create Pivot Table Data with Column "Sum" rather than "count" defa | Excel Discussion (Misc queries) | |||
Count the number of cells that conatin a "." in a range | Excel Worksheet Functions | |||
Count cells that contain "Y" in columnA IF contains"X" in columnB | Excel Worksheet Functions | |||
Count occurences of "1"/"0" (or"TRUE"/"FALSE") in a row w. conditions in the next | New Users to Excel | |||
Count the number of Lines in a "wrap text"-cell | Excel Discussion (Misc queries) |