abc MICROSOFT EXCEL 2010 - Functions
Function COUNTIF - Counting the selected values - Relational operator
EXCEL has a posibility to pick out based on the relational operator. Counting bigger (e.g. 2) and smaller (e.g. 8) is presented
|
|
A |
B |
C |
D |
1 |
5 |
|
|
|
2 |
4 |
|
|
|
3 |
2 |
|
|
|
4 |
5 |
|
<8 |
=COUNTIF($A$1:$A$10;C4) |
5 |
8 |
|
>2 |
=COUNTIF($A$1:$A$10;C5) |
6 |
4 |
|
|
|
7 |
2 |
|
|
|
8 |
1 |
|
|
|
9 |
4 |
|
|
|
10 |
3 |
|
|
|
11 |
|
|
|
|
|
Picture 1. Results by subject
|
Picture 2. Summing the selected /FUNCTION SUMIF/
|
Functions Index
|