Etech 2
Etech 2
Etech 2
1. Sum
The SUM function adds values. You can add individual values, cell references
or ranges or a mix of all three.
For example:
=SUM(A2:A10, C2:C10) Adds the values in cells A2:10, as well as cells C2:C10.
2. Average
Returns the average (arithmetic mean) of the arguments.
For example:
3. Min
Min function simply returns the minimum or lowest value from the selected
range of numbers; whether a number is positive or negative, it will return the
lowest number in both manners.
For example:
=MIN(A1:B5) — This Excel function determines the smallest value among the
cell range of A1 to B5. Excel returns a value of 20 (cell A4). =MIN(B1:B5,100)
— The arguments in this MIN function include a cell range and a number.
4. Max
MAX will return the largest value in a given list of arguments. From a given set
of numeric values, it will return the highest value.
For example:
=MAX(C4:C19)
=MAX(G4:G19)
5. Count
The COUNT function is generally used to count the number of cells in Excel or
array of numbers.
For Example:
To count the numbers between A1 and A20, you may enter the following
formula: =COUNT(A1:A20). For example, if the range contains three cells
containing numbers, the result is 3.
6. Countif
Excel COUNTIF function is used for counting cells within a specified range that
meet a certain criterion, or condition.
For example:
you can write a COUNTIF formula to find out how many cells in your
worksheet contain a number greater than or less than the number you specify
7. Sumif
You use the SUMIF function to sum the values in a range that meet criteria
that you specify.
For example:
suppose that in a column that contains numbers, you want to sum only the
values that are larger than 5.
8. Averageif
For example:
For example:
For example:
W can test if the value in cell B2 is greater than the value in cell A2. If so, the
result is TRUE, if not, the result is FALSE.
11. Rank
Returns the rank of a number in a list of numbers. The rank of a number is its
size relative to other values in a list. (If you were to sort the list, the rank of
the number would be its position.)
For example:
=RANK(B2,$B$2:$B$11)
For ascending order, type a 1, or any other number except zero. If you were
comparing golf scores, you could type a 1, to rank in ascending order.
12. Sort
Sorting is the process of arranging data into meaningful order so that you can
analyze it more effectively.
For example:
You might want to order sales data by calendar month so that you can
produce a graph of sales performance. You can use Discoverer to sort data as
follows: sort text data into alphabetical order.
13. Range
For example:
Defines the condition that tells the function which cells to count. It can be a
number, text string, cell reference or expression.
For example:
You can use the criteria like these: “10”, A2, “>=10”, “some text”.
15. Average Range
For example:
For example:
To sum a range of cells in Excel, you can use the SUM function. For example, to
sum the range A1:A5, you would use the following formula: =SUM(A1:A5).
17. Column
For example:
18. Row