Excel Function COUNTBLANK

Complete Excel VBA Course

COUNTBLANK function is used to get the total count of Blank or Empty cell in range.

COUNTBLANK Function has one required argument i.e. range.

Syntax:

Complete Excel VBA Course
=COUNTBLANK(range)
Syntax Description:

range argument is used to give range from which Blank cell’s count is required

Formulas that return empty strings

The IF function is often used to return empty strings. For example, if A1 contains 21, this formula in B1 will return an empty string:

=IF(A1>30,"Overdue","")

Excel Function COUNTBLANK with cell range

  • “Column A” has number values,
  • “Column B” shows the sample formula applied and,
  • “Column C” shows the output of the function,
Excel Function COUNTBLANK

Recommended Articles

Hope you learnt this Function,

Don’t forget to leave your valuable comments!

If you liked this article and want to learn more similar tricks, please Subscribe us or follow us on Social Media by clicking below buttons:

Similar Posts

Leave a Reply

Your email address will not be published. Required fields are marked *