![]() |
Count number of cells with "CAC"
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. |
Count number of cells with "CAC"
=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. |
Count number of cells with "CAC"
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. |
Count number of cells with "CAC"
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. |
All times are GMT +1. The time now is 11:43 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com