Home Topics excel What is countif function?

What is countif function?

Jun 04, 2019 am 09:27 AM
countif

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.

What is countif function?

The syntax rules of this function are as follows:

countif(range,criteria)
Copy after login

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")
Copy after login

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!

Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

Video Face Swap

Video Face Swap

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

Hot Tools

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

How to create timeline in Excel to filter pivot tables and charts How to create timeline in Excel to filter pivot tables and charts Mar 22, 2025 am 11:20 AM

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

Excel formula to find top 3, 5, 10 values in column or row Excel formula to find top 3, 5, 10 values in column or row Apr 01, 2025 am 05:09 AM

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

All you need to know to sort any data in Google Sheets All you need to know to sort any data in Google Sheets Mar 22, 2025 am 10:47 AM

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

Regex to extract strings in Excel (one or all matches) Regex to extract strings in Excel (one or all matches) Mar 28, 2025 pm 12:19 PM

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

Add a dropdown list to Outlook email template Add a dropdown list to Outlook email template Apr 01, 2025 am 05:13 AM

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

How to enable templates in Gmail — quick setup guide How to enable templates in Gmail — quick setup guide Mar 21, 2025 pm 12:03 PM

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

How to schedule send in Outlook How to schedule send in Outlook Mar 22, 2025 am 09:57 AM

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

How to customize Google Docs: guide on styles & formatting How to customize Google Docs: guide on styles & formatting Mar 24, 2025 am 10:24 AM

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

See all articles