# ISEMPTY

The ISEMPTY function returns the logical value TRUE if the value argument is a reference to an empty cell; otherwise, it returns FALSE.

### Syntax <a href="#syntax" id="syntax"></a>

```excel-formula
isempty(value)
```

### Arguments <a href="#arguments" id="arguments"></a>

value - cell or reference or expression

### **Return value** <a href="#return-value" id="return-value"></a>

Either True or False

### **Example** <a href="#example" id="example"></a>

```excel-formula
isempty(AC)
```

Returns TRUE if AC has no value

### **Excel equivalent** <a href="#excel-equivalent" id="excel-equivalent"></a>

[ISEMPTY](https://support.microsoft.com/en-us/office/is-functions-0f2d7971-6019-40a0-a171-f2d869135665)
