Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
how do i count only cells with a specific value in it...for ex., in the list
below i only want to count the cells with number 4 in them.. =3 4 4 4 5 5 5 2 2 |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() =COUNTIF(A1:A10,4) Regards, Paul -- "Robert-Alpha" wrote in message ... how do i count only cells with a specific value in it...for ex., in the list below i only want to count the cells with number 4 in them.. =3 4 4 4 5 5 5 2 2 |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Maybe
=COUNTIF(A1:A11,4) Mike "Robert-Alpha" wrote: how do i count only cells with a specific value in it...for ex., in the list below i only want to count the cells with number 4 in them.. =3 4 4 4 5 5 5 2 2 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Count cells with numbers and ignore cells with errors | Excel Discussion (Misc queries) | |||
How do I count cells with text but ignore cells with spaces? | Excel Discussion (Misc queries) | |||
Count Only Empty Cells AFTER Cells with Data | Excel Worksheet Functions | |||
Count cells with specific values in the cells next to them? | Excel Worksheet Functions | |||
HOW TO FORMATE CELLS TO COUNT CELLS WITH A FILL COLOR? | New Users to Excel |