FormulaCraft

How to highlight blank cells in Excel and Google Sheets

Topic:Conditional formatting
Excel & Google Sheets
=ISBLANK(A2)

Verified example

Computed by a real spreadsheet engine on the sample data below.

NameScore
Alice88
72
Carlos
Diana95

=ISBLANK(A2)FALSE

Try it with your data

Edit the grid or formula, then run it through a real spreadsheet engine — no signup.

Sample data — click any cell to edit

Runs server-side · free · no signup

Step by step

  1. 1Select the range you want to check for blanks, e.g. A2:D100.
  2. 2Open Conditional Formatting (Home tab → Conditional Formatting → New Rule in Excel; Format → Conditional formatting in Sheets).
  3. 3Choose 'Use a formula to determine which cells to format' (Excel) or 'Custom formula is' (Sheets) and enter =ISBLANK(A2), then pick a fill color and confirm.

Tips

Need it for your exact data?

Describe your columns in plain English and get the precise formula for your sheet, with the right Excel or Sheets syntax.

Frequently asked

Why does ISBLANK miss cells that look empty?

A cell containing a space character or an empty string from a formula (="") is not truly blank, so ISBLANK returns FALSE. Use =LEN(TRIM(A2))=0 to catch those cases too.

More on Conditional formatting

See all →

Formulas used

Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.

Last reviewed: