| 4D v18ISBLANK | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 
 | 
    4D v18
 ISBLANK 
         | |||||||||||||||||||||||||||||||||||||||||||||||||||||||
| ISBLANK ( value ) | ||||||||
| Parameter | Type | Description | ||||||
| value | CellRef, Expression, Number, Text |   | 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.
IF(ISBLANK(A1);”Error”;0) //"Error" if cell A1 is empty
ISBLANK(B1)
ISBLANK(A4-52)
ISBLANK(4) //FALSE
	Product:  4D
	Theme:  4D View Pro Formulas
	
        
        
	
	
	
	
	
	
	
	
	4D View Pro Reference ( 4D v18)
	
	
	
 Add a comment
Add a comment