Excels ISBLANK function is one of a group of Information Functions that can be used to find out information about a specific cell, worksheet or workbook.
The ISBLANK function's job is to check to see if a certain cell is empty or not. If the cell is empty, a value of TRUE is returned by the function.
If data is later added to an empty cell the function will automatically update and return a FALSE value.
The syntax for the ISBLANK function is:
= ISBLANK ( Value )
Value: Refers to the cell reference that is being checked.
Example Using Excel 2007's ISBLANK Function:
Note: For help with this example, see the image to the right.
- Type a number, such as " 3 ", or a word of text into cell C1.
- Click on cell D1 - the location where the results will be displayed.
- Click on the Formulas tab.
- Choose More Functions > Information from the ribbon to open the function drop down list.
- Click on ISBLANK in the list to bring up that function's dialog box.
- Click on cell C1 in the spreadsheet to enter the cell reference into the dialog box.
- Click OK.
- The value FALSE should appear in cell D1 because cell C1 is not empty.
- The complete function = ISBLANK ( C1 ) appears in the formula bar above the worksheet when you click on cell D1.
- To return a value of TRUE in cell D1, delete the data in cell C1 or change the cell reference in the function to a cell that is empty.
Related Article


