Skip to content
Free Excel Tutorials
  • Home
  • Excel For Beginners
  • Excel Intermediate
  • Advanced Excel For Experts

Data Analysis

  • Conditional Formatting New Rule with Formulas in Excel
  • Filter Data Based on Date in Excel
  • How to conditionally sum numeric data in an Excel table using SUMIFS
  • How to add Trendline to a chart in Excel
  • How To Compare Two Lists in Excel

References

  • Find Closest Match in Excel Using INDEX, MATCH, ABS and MIN functions
  • How to reference named range different sheet in Excel
  • Count unique text values with criteria
  • Get nth match with INDEX / MATCH in Excel
  • How to use Excel ROW Function

Data Validations

  • Excel Data validation with conditional list
  • Excel Data validation don’t exceed total
  • Excel Data validation allow uppercase only
  • Excel Data validation whole percentage only
  • Excel Data validation date in next 30 days

Highlight rows with blank cells in Excel

by

This tutorial shows how to Highlight rows with blank cells in Excel using the example below;

Formula

=COUNTBLANK($B5:$F5)

Explanation

To highlight rows that contain one or more blank cells. you can conditional formatting with a simple formula based on the COUNTBLANK function.

In the example shown, the range B5:F15 is formatted with a conditional formatting rule based on this formula:

=COUNTBLANK($B5:$F5)

Note: it’s important that CF formulas be entered relative to the “first cell” in the selection, B5 in this case.

Once you save the rule, you’ll see the rows that contain one or more blank cells highlighted.

How this formula works

Conditional formatting is applied to all cells in the active selection at the time a rule is created.

In this case, the column references are locked to prevent columns from changing as the formula is evaluated, but the row references are relative so that row numbers are free to change. The result is a formula that applies exactly the same logic to every cell in the same row.

If COUNTBLANK finds any blank cells in a given row, it returns a positive number, which Excel evaluates to TRUE,  triggering the rule.

If COUNTBLANK finds no blank cells, it returns zero, which is evaluated as FALSE, and the formatting is not triggered.

Post navigation

Previous Post:

COSH function: Description, Usage, Syntax, Examples and Explanation

Next Post:

Excel Data validation require unique number

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Learn Basic Excel

Ribbon
Workbook
Worksheets
Format Cells
Find & Select
Sort & Filter
Templates
Print
Share
Protect
Keyboard Shortcuts

Categories

  • Charts
  • Data Analysis
  • Data Validation
  • Excel Functions
    • Cube Functions
    • Database Functions
    • Date and Time Functions
    • Engineering Functions
    • Financial Functions
    • Information Functions
    • Logical Functions
    • Lookup and Reference Functions
    • Math and Trig Functions
    • Statistical Functions
    • Text Functions
    • Web Functions
  • Excel VBA
  • Excel Video Tutorials
  • Formatting
  • Grouping
  • Others

Logical Functions

  • AND function: Description, Usage, Syntax, Examples and Explanation
  • How to use Excel AND Function
  • IF with wildcards in Excel
  • How to return blank in place of #DIV/0! error in Excel
  • Not Equal To ‘<>‘ operator in Excel

Date Time

  • Get last working day in month in Excel
  • How to calculate most recent day of week in Excel
  • DAYS function: Description, Usage, Syntax, Examples and Explanation
  • Display the current date and time in Excel
  • YEARFRAC function: Description, Usage, Syntax, Examples and Explanation

Grouping

  • Group times into 3 hour buckets in Excel
  • Group numbers with VLOOKUP in Excel
  • Map inputs to arbitrary values in Excel
  • Categorize text with keywords in Excel
  • Calculate conditional mode with criteria in Excel

General

  • Zoom Worksheet in Excel
  • Find, Trace and Correct Errors in Excel Formulas using ‘Formula Auditing’
  • Share Excel data with Word documents
  • How to create dynamic named range with INDEX in Excel
  • Basic error trapping example in Excel
© 2026 xlsoffice . All Right Reserved. | Teal Smiles | Abbreviations And Their Meaning