Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
I need a formula to do the following.
I have a list: A B B C A I need, in a separate cell, to count each instance of A's or B's or C's that appear. I assume this have to be done using If and Count formulta, but can´t figure it out. Thanks in advance for your help. Regards, Emece.- |
#2
![]() |
|||
|
|||
![]()
Check out Coutif() in helfp
=countif(range,"A") etc. "Margarita Curbelo" wrote: I need a formula to do the following. I have a list: A B B C A I need, in a separate cell, to count each instance of A's or B's or C's that appear. I assume this have to be done using If and Count formulta, but can´t figure it out. Thanks in advance for your help. Regards, Emece.- |
#3
![]() |
|||
|
|||
![]()
=COUNTIF($A:$A,"A")
or put A in a cell and use =COUNTIF($A:$A,M1) etc. -- HTH RP (remove nothere from the email address if mailing direct) "Margarita Curbelo" wrote in message ... I need a formula to do the following. I have a list: A B B C A I need, in a separate cell, to count each instance of A's or B's or C's that appear. I assume this have to be done using If and Count formulta, but can´t figure it out. Thanks in advance for your help. Regards, Emece.- |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Cell linked to a range of cell values in different sheet | Excel Discussion (Misc queries) | |||
Count values bigger than cell | Excel Discussion (Misc queries) | |||
how to count occurence of numbers separated by , in a single cell | Excel Worksheet Functions | |||
display values in cell | Excel Discussion (Misc queries) | |||
GET.CELL | Excel Worksheet Functions |