Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
Hi,
I have text ABC, CDE in column A and this text in repeated. I just want to count number of ABC and number of CDE in the spreadsheet. It is a huge speradsheet, I don't want to sort and do a manual count Thanks |
#2
![]() |
|||
|
|||
![]()
One way
=SUMPRODUCT(--(A2:A500={"ABC","CDE"})) Regards, Peo Sjoblom "Vibha" wrote: Hi, I have text ABC, CDE in column A and this text in repeated. I just want to count number of ABC and number of CDE in the spreadsheet. It is a huge speradsheet, I don't want to sort and do a manual count Thanks |
#3
![]() |
|||
|
|||
![]()
One way:
=SUM(COUNTIF(A:A,{"ABC","CDE"}) In article , "Vibha" wrote: Hi, I have text ABC, CDE in column A and this text in repeated. I just want to count number of ABC and number of CDE in the spreadsheet. It is a huge speradsheet, I don't want to sort and do a manual count Thanks |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Formula to count the cells in a range that have a fill color. | Excel Discussion (Misc queries) | |||
formula to count numbers of certain values | Excel Worksheet Functions | |||
Count If Formula for multiple conditions?? How To?? | Excel Worksheet Functions | |||
Group by count formula | Excel Worksheet Functions | |||
Count If Formula | Excel Worksheet Functions |