How to use the ISBLANK function
Author: Oscar Cronquist Article last updated on April 17, 2018
The ISBLANK function returns TRUE if the argument is an empty cell, returns FALSE if not.
Excel Function Syntax
ISBLANK(value)
Arguments
value | Required. The cell you want to check if empty. |
Comments
The ISBLANK function returns FALSE if a formula returns nothing, see picture above in cell B4 and B7.
To check if a formula returns nothing use the following formula:
=IF(B3="",TRUE,FALSE)
This returns TRUE if a formula returns nothing "".
'ISBLANK' Function examples
The following 8 articles have formulas containing the ISBLANK function.
Count groups of repeated values per row
Joe asks: I have a worksheet that has rows, each containing sequential groupings of values of "1" and "0". These […]
Joe asks: I have a worksheet that has rows, each containing sequential groupings of values of "1" and "0". These […]
Delete blanks and errors in a list
Table of Contents Delete blanks and errors in a list How to find errors in a worksheet 1. Delete blanks […]
Table of Contents Delete blanks and errors in a list How to find errors in a worksheet 1. Delete blanks […]
Extract a unique distinct list sorted from A to Z ignore blanks
The image above demonstrates a formula in cell D3 that extracts unique distinct numbers and text values sorted from A […]
The image above demonstrates a formula in cell D3 that extracts unique distinct numbers and text values sorted from A […]
Extract unique distinct values A to Z from a range and ignore blanks
This is an answer to a question in this blog post: Extract a unique distinct list sorted from A-Z from […]
This is an answer to a question in this blog post: Extract a unique distinct list sorted from A-Z from […]
Highlight records [AND logic]
The picture above shows you conditional formatting formula that highlights matching records based on criteria in row 3 and 4. […]
The picture above shows you conditional formatting formula that highlights matching records based on criteria in row 3 and 4. […]
Merge two columns with possible blank cells
Question: This article is terrific. Thanks so much for posting this solution! I do have one question: Let's say my […]
Question: This article is terrific. Thanks so much for posting this solution! I do have one question: Let's say my […]
Remove blank cells
In this blog post I will provide two solutions on how to remove blank cells and a solution on how […]
In this blog post I will provide two solutions on how to remove blank cells and a solution on how […]
SUMPRODUCT if not blank
This article describes ways to work with the SUMPRODUCT function and blanks, error values, N/A# errors. Table of Contents SUMPRODUCT […]
This article describes ways to work with the SUMPRODUCT function and blanks, error values, N/A# errors. Table of Contents SUMPRODUCT […]
Functions in 'Information' category
The ISBLANK function function is one of many functions in the 'Information' category.
Gets information about the formatting, location, or the contents of a cell.
Returns a number that represents one of the error values in Excel.
Returns information about the current operating environment, file path, number of active worksheets, Excel version etc.
Returns TRUE if the argument is an empty cell, returns FALSE if not.
Returns TRUE if a cell returns an error, except error value #N/A.
Returns TRUE if a cell contains an error.
Returns TRUE if a cell contains a formula, FALSE if text, number or boolean value.
Returns TRUE if value is boolean. A boolean value is either TRUE or FALSE.
Returns TRUE if value is a #N/A error.
Returns TRUE if value is not text, also returns TRUE if cell is empty.
Checks if a value is a number, returns TRUE or FALSE.
Returns TRUE if a cell contains an odd number, FALSE if even number.
Returns TRUE if value refers to a reference.
Returns TRUE if argument is text.
Returns a value converted into a number.
Returns the error value #N/A meaning "value is not available".
Returns the sheet number of the cell reference sheet.
Returns the number of sheets in a reference.
Use TYPE to find out what type of data is returned by a function or formula.
How to comment
How to add a formula to your comment
<code>Insert your formula here.</code>
Convert less than and larger than signs
Use html character entities instead of less than and larger than signs.
< becomes < and > becomes >
How to add VBA code to your comment
[vb 1="vbnet" language=","]
Put your VBA code here.
[/vb]
How to add a picture to your comment:
Upload picture to postimage.org or imgur
Paste image link to your comment.
Contact Oscar
You can contact me through this contact form