This is the legacy 4D documentation web site. Documentations are progressively being moved to developer.4d.com

Home

 
4D v19
ISBLANK

ISBLANK 


 

ISBLANK ( value ) 
Parameter Type   Description
value  CellRef, Expression, Number, Text in Value to evaluate

The ISBLANK function tests if the contents of a cell, a number, a text, or any expression, is empty. This function returns TRUE if the value refers to an empty cell or to no data.

Note: Cells containing an empty string ("") are considered as blank.

Example  

IF(ISBLANK(A1);”Error”;0) //"Error" if cell A1 is empty

ISBLANK(B1)

ISBLANK(A4-52)

ISBLANK(4) //FALSE

 
PROPERTIES 

Product: 4D
Theme: 4D View Pro Formulas

 
PAGE CONTENTS 
 
HISTORY 

 
ARTICLE USAGE

4D View Pro Reference ( 4D v19)