Share via

nest countif function with counta function

Anonymous
2017-05-05T14:47:40+00:00

Can you combine a countif function with a counta function?  My range of cells has some blank values that I don't want to count.

Microsoft 365 and Office | Excel | For home | Windows

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

Answer accepted by question author

Anonymous
2017-05-05T15:12:56+00:00

In case if one condition and you don't want to count blanks, assuming your range is A1:A10 then give this formula

=COUNTIF(A1:A10,"<>")

For more than one condition, use COUNTIFS where you may give more than 1 condition.

Was this answer helpful?

2 people found this answer helpful.
0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Anonymous
    2017-05-05T15:31:32+00:00

    That worked.  Thank you!

    Was this answer helpful?

    0 comments No comments