3Bady
3Bady

Reputation: 203

How to count cells that contain word in Google Sheets?

I have in Google sheet plenty of columns and I have about 15,000 rows, I want to count how many cells contain "NA" these 2 letters in column F.

Upvotes: 0

Views: 49

Answers (1)

player0
player0

Reputation: 1

try simple COUNTIF like:

=COUNTIF(F:F, "NA")

0

Upvotes: 1

Related Questions