Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi Folks
In a column I have three possible values, A, B or C. I'd like to be able to construct formulas which count the number of times each value occurs, so that I could then have three cells showing total occurances of A, total occurances of B and total occurances of C. I've tried to get COUNTA to do this, but without success. TIA DC |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
The solution is to use the Countif function
e.g.=countif(A1:A100,"A") Hope this is helpful "Django Cat" wrote: Hi Folks In a column I have three possible values, A, B or C. I'd like to be able to construct formulas which count the number of times each value occurs, so that I could then have three cells showing total occurances of A, total occurances of B and total occurances of C. I've tried to get COUNTA to do this, but without success. TIA DC |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Brilliant! Thanks Art, that works perfectly.
DC On 25 May, 16:28, Art Caragh wrote: The solution is to use the Countif function e.g.=countif(A1:A100,"A") Hope this is helpful "Django Cat" wrote: Hi Folks In a column I have three possible values, A, B or C. I'd like to be able to construct formulas which count the number of times each value occurs, so that I could then have three cells showing total occurances of A, total occurances of B and total occurances of C. I've tried to get COUNTA to do this, but without success. TIA DC- Hide quoted text - - Show quoted text - |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Counting unique items...please help | Excel Worksheet Functions | |||
Counting items | Excel Discussion (Misc queries) | |||
Counting the items | Excel Worksheet Functions | |||
Counting different items in one column | Excel Discussion (Misc queries) | |||
counting unique items | Excel Discussion (Misc queries) |