Count open tasks
=COUNTIF(E2:E, "Open") returns how many rows in column E still show Open.
COUNTIF returns how many cells in a range meet a single criterion. It powers KPI tiles like open ticket count, rows flagged Yes, or cells above a quota. The criterion follows the same string, comparison, and wildcard rules as SUMIF.
Use COUNTIF for tallies: how many orders are Pending, how many scores passed, or how many emails contain @company.com.
Skip COUNTIF when you need multiple AND conditions across columns. Use COUNTIFS. When you need to sum values instead of counting rows, use SUMIF.
Point COUNTIF at one range to search, such as status column F2:F500.
Set criterion as exact text, comparison, cell reference, or wildcard pattern.
COUNTIF counts cells in the range where the test is TRUE.
Blank criterion behavior differs from counting blanks explicitly with "".
Use COUNTIF on numeric ranges with comparisons like ">50" for threshold counts.
Combine several COUNTIF calls when you need OR logic across different values.
=COUNTIF(E2:E, "Open") returns how many rows in column E still show Open.
=COUNTIF(C2:C, ">=70") counts scores at or above the pass line.
=COUNTIF(A2:A, "<>") counts rows where column A is not blank.
Build this without starting from a blank cell
Use a Better Sheets tool for COUNTIF, then watch a walkthrough when you want the full pattern.
Watch how COUNTIF works
Guides that explain COUNTIF in more depth.
The IF() formula is a logical function that makes it easy for users to compare a certain value and an expected value. It takes a look at a value to see if basic conditions are met.
Read post →5 ways to use the IF function in Google Sheets ISBLANK() Checkbox AND() OR() IF(IF())
Read post →It is so stupidly simple as well that you might not do it and you might not think you'll get enough out of it. But I can tell you unequivocally: This is very much how I learned a lot of Google Sheet formulas.
Read post →COUNTIFS counts how many rows satisfy every criterion at once. You pass criteria_range1, criterion1, criteria_range2, criterion2, and so on. Unlike COUNTIF, there is no separate count range: each pair tests the same row index across the sheet.
Read guide →SUMIF totals values in a sum_range when a matching row in criteria_range meets your criterion. It is the classic single-condition sum: add column B where column A equals West. Wildcards and comparison operators work in the criterion string.
Read guide →FILTER returns only the rows from a range that meet one or more conditions. Conditions are boolean arrays the same height as the data. FILTER spills results automatically, so it replaced many INDEX/SMALL helper-column patterns for live subsets.
Read guide →Every formula starts with = followed by a function name and arguments in parentheses. Ranges use A1 notation, text sits in quotes, and operators like + and & combine values. Sheets recalculates when inputs change, so syntax errors show as #NAME? or #ERROR! in the cell.
Read guide →Done reading about COUNTIF?
Membership unlocks 636+ tutorials, unlimited generators, and every template. Practical lessons. Zero fluff.
Need this once
Jump to a free tool or a single tutorial for this topic.
Learning Sheets for real
Unlock the full library, generators, and templates with membership.