Leading the way in Microsoft Office Development
 Home|Excel|Word|PowerPoint|Consultancy|Feedback|Contact 
 Microsoft Excel > Functions > Statistical > COUNTBLANK

 

COUNTBLANK(range)

 
 Returns the number of cells which are blank in a list of cell range.

 rangeThe range of cells from which you want to count the cells.

 REMARKS
 
  • This function will only take a range and not an array of numbers.
     
  • Cells with formulas that return "" (empty text) are also counted.
     
  • Cells with zero values are not counted.

     EXAMPLES
     
     AB
    1=COUNTBLANK(B1) = 0Text
    2=COUNTBLANK(B2:B3) = 1100
    3=COUNTBLANK(B1:B3) = 1 
    4=COUNTBLANK(B4) = 1 
     

     Functions - C | Index - C | Office Online 

     Copyright © 2004-2007 Better Solutions Limited. All Rights Reserved.Top