Tuesday 21 March 2017

Excel - Microsoft Excel COUNTIF Function

Microsoft Excel COUNTIF Function

Description
The Excel Countif function returns the number of cells (of a supplied range), that satisfy a given criteria. 
The syntax of the function is : 
COUNTIF( range, criteria ) 

Where the function arguments are as follows: 


Wildcards 

You can also use the following wildcards in text-related criteria: 

?    -    matches any single character
*    -    matches any sequence of characters 

if you do actually want to find the ? or * character, type the ~ symbol before this character in your search. 

eg. the condition "A*e" will match all cells containing a text string beginning with "A" and ending in "e". 

The criteria can be either: 


and can be supplied to the function either directly, as a reference to a cell containing the criteria, or as a value returned from another function or formula. 

Note that if your criteria is a text string or an expression, this must be supplied to the function in quotes. 

Also note that the Excel Countif function is not case-sensitive. So, for example, the text strings "TEXT" and "text" will be considered to be equal. 

Excel Countif Function Examples


Countif Function Example 1

The following example shows the Excel Countif function used to count cells containing text strings, numerical values, dates or logical values in the data spreadsheet on the right: 
The format of the functions is shown in the lower left spreadsheet and the results are shown in the lower right spreadsheet. 


Countif Function Example 2

The example below shows the Excel Countif function used to identify duplicates in a column containing reference numbers. Note that the function in this example is written so that it highlights only the second, third, etc instance of a duplicate value. - It does not highlight the first instance of the value. 

The function works by counting the number of times the reference number in column A of the current row has occurred so far. 

Absolute and Relative cell references are used in the definition of the supplied array, (defined as A$2:A2 in the first cell). This ensures that, as the function is copied down to subsequent rows, the array, always refers to the cells of column A, up to the current row (ie. A$2:A3 in row 3, A$2:A4 in row 4, etc) 

As the function only searches rows up to and including the current row, the result will be 2 (or greater) only for repeated values. 


In the above example the Excel COUNTIF function has, as expected, identified the duplicate reference in cell A5 










































No comments:

Post a Comment