Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi al,
I'm using the following function to count rows: =COUNT(B121:B140) As you can see,all the rows are 20,in my excel sheet only 11 of them contain text and 9 are empty..,but actually when i use the above function i get the result 9 not 11 Can anybody help? Regards |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Your formula works perfectly and will count the number of cells in your range
that contain numbers. Count will not count text values, if you want to count text and number values use COUNTA which counts the cells in a reange that are not empty. Mike "Pietro" wrote: Hi al, I'm using the following function to count rows: =COUNT(B121:B140) As you can see,all the rows are 20,in my excel sheet only 11 of them contain text and 9 are empty..,but actually when i use the above function i get the result 9 not 11 Can anybody help? Regards |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Count returns the number of cells that contain numbers. I think you want
CountA() "Pietro" wrote: Hi al, I'm using the following function to count rows: =COUNT(B121:B140) As you can see,all the rows are 20,in my excel sheet only 11 of them contain text and 9 are empty..,but actually when i use the above function i get the result 9 not 11 Can anybody help? Regards |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Count Intervals of 2 Consecutive Values in same Row and Return Count across Row | Excel Worksheet Functions | |||
How do i count numbers and letters to find a total count of all | Excel Worksheet Functions | |||
Count Intervals of 1 Numeric value in a Row and Return Count down Column | Excel Worksheet Functions | |||
Count Intervals of 2 Numeric values in same Row and Return Count across Row | Excel Worksheet Functions | |||
Count Intervals of Filtered TEXT values in Column and Return Count across a Row | Excel Worksheet Functions |