View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Rajula Rajula is offline
external usenet poster
 
Posts: 53
Default Do Not count iserror cells

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