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

 

ISBLANK(value)

 
 Returns the boolean value depending if the value is blank.

 valueThe value you want to test.

 REMARKS
 
  • The "value" can refer to a value, cell reference, formula or named range.

     EXAMPLES
     
     AB
    1=ISBLANK(B1) = FalseFalse
    2=ISBLANK(B2) = True 
    3=ISBLANK("") = False 
    4=ISBLANK(12) = False 
    5=ISBLANK("some text") = False 
    6=ISBLANK(named_range) = True 
     

     Functions - I | Index - I | Office Online 

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