Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Is there a way to do a countif, or counta function and not have the formula
include the cells that return an error when they are blank. If the cell returns an error it shows #NA, and is not considered blank when i do a counta function. -- Jeff |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Try using IF(ISNA(Counta(.....)),"",counta(......))
"GoBucks" wrote: Is there a way to do a countif, or counta function and not have the formula include the cells that return an error when they are blank. If the cell returns an error it shows #NA, and is not considered blank when i do a counta function. -- Jeff |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=SUM(IF(NOT(ISERROR(A1:A10)),IF(A1:A10<"",1,0)))
which is an array formula, it should be committed with Ctrl-Shift-Enter, not just Enter. -- HTH Bob Phillips (replace somewhere in email address with gmail if mailing direct) "GoBucks" (DoNotSpam) wrote in message ... Is there a way to do a countif, or counta function and not have the formula include the cells that return an error when they are blank. If the cell returns an error it shows #NA, and is not considered blank when i do a counta function. -- Jeff |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
tried both replies without any luck.. thanks though.
-- Jeff "Bob Phillips" wrote: =SUM(IF(NOT(ISERROR(A1:A10)),IF(A1:A10<"",1,0))) which is an array formula, it should be committed with Ctrl-Shift-Enter, not just Enter. -- HTH Bob Phillips (replace somewhere in email address with gmail if mailing direct) "GoBucks" (DoNotSpam) wrote in message ... Is there a way to do a countif, or counta function and not have the formula include the cells that return an error when they are blank. If the cell returns an error it shows #NA, and is not considered blank when i do a counta function. -- Jeff |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Bob, that did work after all! thanks.
-- Jeff "Bob Phillips" wrote: =SUM(IF(NOT(ISERROR(A1:A10)),IF(A1:A10<"",1,0))) which is an array formula, it should be committed with Ctrl-Shift-Enter, not just Enter. -- HTH Bob Phillips (replace somewhere in email address with gmail if mailing direct) "GoBucks" (DoNotSpam) wrote in message ... Is there a way to do a countif, or counta function and not have the formula include the cells that return an error when they are blank. If the cell returns an error it shows #NA, and is not considered blank when i do a counta function. -- Jeff |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Subtotals by count | Excel Discussion (Misc queries) | |||
Count consecutive dates only | Excel Discussion (Misc queries) | |||
Count Position of Filtered TEXT cells in a column | Excel Worksheet Functions | |||
Count Position of Filtered TEXT cells in a column | Excel Worksheet Functions | |||
Conversion | Excel Worksheet Functions |