Back to Functions

COUNTBLANK

Returns the number of empty cells in a given range.

MathCOUNTBLANK(range)

The COUNTBLANK function in Google Sheets counts the number of empty cells within a specified range, making it easy to spot missing data before running calculations or reports. Whether you're auditing a survey response sheet or checking for incomplete records, COUNTBLANK gets you the answer instantly. Dive into our comprehensive guide to master its application.

Parameters

  • range: The range of cells in which to count empty cells.

Step-by-Step Tutorial

  1. Using COUNTBLANK on a range:
    • Example: If A1:A5 has the values "Yes", "", "No", "", "Yes", then =COUNTBLANK(A1:A5) will return 2.

Use Cases and Scenarios

  1. Data Quality Auditing: Quickly identify how many entries are missing in a dataset before analysis.
  2. Form Response Tracking: Check which questions in a survey went unanswered.
  3. Conditional Reporting: Trigger alerts or highlight incomplete rows based on the count of blank fields.

Related Functions

  • COUNTA: Counts the number of non-empty values in a range.
  • COUNTIF: Counts the number of cells that meet a specific condition.
  • COUNT: Counts the number of numeric values in a range.

Related Articles

Newsletter

More COUNTBLANK examples coming soon.

We are building short, practical updates for Sheets power users.