1. Home
  2. Computing & Technology
  3. Spreadsheets

Excel 2007 ISBLANK Function

By Ted French, About.com

Excel 2007 ISBLANK Function

Excel 2007 ISBLANK Function

© Ted French

Excel’s 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.

  1. Type a number, such as " 3 ", or a word of text into cell C1.

  2. Click on cell D1 - the location where the results will be displayed.

  3. Click on the Formulas tab.

  4. Choose More Functions > Information from the ribbon to open the function drop down list.

  5. Click on ISBLANK in the list to bring up that function's dialog box.

  6. Click on cell C1 in the spreadsheet to enter the cell reference into the dialog box.

  7. Click OK.

  8. The value FALSE should appear in cell D1 because cell C1 is not empty.

  9. The complete function = ISBLANK ( C1 ) appears in the formula bar above the worksheet when you click on cell D1.

  10. 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
More Spreadsheets Quick Tips

Explore Spreadsheets

More from About.com

  1. Home
  2. Computing & Technology
  3. Spreadsheets
  4. Excel Functions
  5. Information Functions
  6. Excel ISBLANK Function - Excel 2007 ISBLANK Function

©2008 About.com, a part of The New York Times Company.

All rights reserved.