What is countif function?
The Countif function is a function in Microsoft Excel that counts cells in a specified range that meet specified conditions. It can be used in WPS, Excel2003 and Excel2007 and other versions.
The syntax rules of this function are as follows:
countif(range,criteria)
Parameters: range The range in which the number of non-empty cells is to be calculated
Parameters: criteria defined in the form of numbers, expressions or text
Usage
1. Find the individual values of various types of cells Number
(1) Find the number of vacuum cells: =COUNTIF(data area,"")
(2) Find the number of non-vacuum cells: =COUNTIF(data area ,"<>") is equivalent to the counta() function
(3) Number of text-type cells: =COUNTIF(data area,"*") False empty cells are also text-type cells
(4) Number of all cells in the range: =COUNTIF(data area, "<>"""), if there is " in the data area, this formula is not valid.
( 5) The number of cells with a logical value of TRUE = COUNTIF (data area, TRUE)
2. Find the number of cells that are greater than or less than a certain value
(1) Greater than 50=COUNTIF(data area,">50")
(2) Equal to 50=COUNTIF(data area,50)
(3) Less than 50 =COUNTIF( Data area, "<50")
(4) Greater than or equal to 50 =COUNTIF(Data area, ">=50")
(5) Less than or equal to 50 =COUNTIF (data area, "<=50")
(6) Greater than the value of cell E5=COUNTIF(data area,">"&$E$5)
(7) Equal to the value of cell E5=COUNTIF(data area,$E$5)
(8) Less than the value of cell E5=COUNTIF(data area,"<"&$E$5)
(9) Greater than or equal to the value of cell E5=COUNTIF(data area,">="&$E$5)
(10) Less than or equal to the value of cell E5=COUNTIF(data Area,"<="&$E$5)
3. Number of cells equal to or containing N specific characters
(1) Two Characters=COUNTIF(data area,"??")
(2) Two characters and the second one is B=COUNTIF(data area,"?B")
(3) Contains B =COUNTIF(data area, "*B*")
(4) The second character is B =COUNTIF(data area, "?B*")
(5) Equal to "Hello"=COUNTIF(data area,"Hello")
(6) Contains the content of cell D3=COUNTIF(data area,"*"&D3&"*")
(7) The second word is the content of cell D3 =COUNTIF(data area,"?"&D3&"*")
Note: The countif() function is not case-sensitive for English letters, and wildcards are only for The text is valid
4. Two conditions to find the number
(1)>10 and<=15 =SUM(COUNTIF(data area,"> "&{10,15})*{1,-1}) or =SUM(COUNTIF(data area,"<="&{10,15})*{-1,1})
(2)>=10and<15 =SUM(COUNTIF(data area,">="&{10,15})*{1,-1}) or =SUM(COUNTIF(data area," <"&{10,15})*{-1,1})
(3)>=10 and<=15 =SUM(COUNTIF(data area,{">=10 ",">15"})*{1,-1})
(4)>10and<15 =SUM(COUNTIF(data area,{">10","> ;=15"})*{1,-1}) or =SUM(COUNTIF(data area,{">10","<15"}))-number of samples
Note: General Multi-condition counting uses the SUMPRODUCT function. The above method is rarely used and is for reference only.
Supplement: Count in three areas: >=60 in three areas =SUM(COUNTIF(INDIRECT({"a46:a48","b48:b50","c47:c48"})," >=60"))
Supplement: (Set operation method)
The statistical range, for example, 5<= x <=7
can be decomposed into (x> =5)-(x>7)
Write as a function:
=countif(range,">=5")-countif(range,">7")
In this way, you can use the operation knowledge of sets. It also achieves the purpose of finding the same number in the above two conditions, and is simpler and easier to understand.
The above is the detailed content of What is countif function?. For more information, please follow other related articles on the PHP Chinese website!

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

Video Face Swap
Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics



This article will guide you through the process of creating a timeline for Excel pivot tables and charts and demonstrate how you can use it to interact with your data in a dynamic and engaging way. You've got your data organized in a pivo

This tutorial demonstrates how to efficiently locate the top N values within a dataset and retrieve associated data using Excel formulas. Whether you need the highest, lowest, or those meeting specific criteria, this guide provides solutions. Findi

Mastering Google Sheets Sorting: A Comprehensive Guide Sorting data in Google Sheets needn't be complex. This guide covers various techniques, from sorting entire sheets to specific ranges, by color, date, and multiple columns. Whether you're a novi

In this tutorial, you'll learn how to use regular expressions in Excel to find and extract substrings matching a given pattern. Microsoft Excel provides a number of functions to extract text from cells. Those functions can cope with most

This tutorial shows you how to add dropdown lists to your Outlook email templates, including multiple selections and database population. While Outlook doesn't directly support dropdowns, this guide provides creative workarounds. Email templates sav

This guide shows you two easy ways to enable email templates in Gmail: using Gmail's built-in settings or installing the Shared Email Templates for Gmail Chrome extension. Gmail templates are a huge time-saver for frequently sent emails, eliminating

Wouldn't it be convenient if you could compose an email now and have it sent at a later, more opportune time? With Outlook's scheduling feature, you can do just that! Imagine that you are working late at night, inspired by a brilliant ide

In this blog post, we delve into the various techniques and features available to customize your Google Docs. Follow these tips and tricks to be well on your way to creating documents that convey your content effectively and look polished
