Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I want to dynamically calculate the number of entries in a list of text
strings. Surprisingly COUNTA returns a number not corresponding to the actual number of strings in a range of cells. I tried to revert to COUNTIFS but cannot determine the correct syntax for the concept "is not null/empty". Any suggestions? I use Excel 2008 for Mac. Thanks, Stefano |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi,
This ignore NULL strings =SUMPRODUCT(--(A1:A100<"")) -- Mike When competing hypotheses are otherwise equal, adopt the hypothesis that introduces the fewest assumptions while still sufficiently answering the question. "smaruzzi" wrote: I want to dynamically calculate the number of entries in a list of text strings. Surprisingly COUNTA returns a number not corresponding to the actual number of strings in a range of cells. I tried to revert to COUNTIFS but cannot determine the correct syntax for the concept "is not null/empty". Any suggestions? I use Excel 2008 for Mac. Thanks, Stefano |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=COUNTIF(A:A,"?*")
"smaruzzi" wrote: I want to dynamically calculate the number of entries in a list of text strings. Surprisingly COUNTA returns a number not corresponding to the actual number of strings in a range of cells. I tried to revert to COUNTIFS but cannot determine the correct syntax for the concept "is not null/empty". Any suggestions? I use Excel 2008 for Mac. Thanks, Stefano |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi,
Why not =COUNTIF(A:A,"*") instead -- Regards, Ashish Mathur Microsoft Excel MVP "Teethless mama" wrote in message ... =COUNTIF(A:A,"?*") "smaruzzi" wrote: I want to dynamically calculate the number of entries in a list of text strings. Surprisingly COUNTA returns a number not corresponding to the actual number of strings in a range of cells. I tried to revert to COUNTIFS but cannot determine the correct syntax for the concept "is not null/empty". Any suggestions? I use Excel 2008 for Mac. Thanks, Stefano |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Determining row number in which a value occurs | Charts and Charting in Excel | |||
Adding the number of table entries by type | Excel Worksheet Functions | |||
Determining the highest number in a row | Excel Discussion (Misc queries) | |||
Determining the highest number in a row | Excel Discussion (Misc queries) | |||
Determining number of days between dates | Excel Worksheet Functions |