Skip to content

How to count cells less than a value in Excel and Google Sheets

Excel & Google Sheets
=COUNTIF(B2:B6,"<100")

Verified example

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

ProductSales
A80
B150
C60
D200
E95

=COUNTIF(B2:B6,"<100")3

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. 1Identify the numeric range, e.g. B2:B6.
  2. 2In an empty cell type =COUNTIF(B2:B6,"<100") replacing 100 with your threshold.
  3. 3Press Enter. The result is the count of cells strictly below 100.

Tips

Working on a sheet you inherited? Run the Auditor on the whole file first — it flags every #REF!, #N/A, broken column pattern, and inconsistent formula in seconds, free, no signup.

Frequently asked

Can I count cells less than zero to find negatives?

Yes: =COUNTIF(B2:B6,"<0") counts all negative values in the range.

Does COUNTIF less-than work with dates?

Yes: =COUNTIF(A2:A6,"<"&TODAY()) counts dates that have already passed.

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

Last reviewed: