Spreadsheets-An Introduction: Excel Functions (Cont.)
Spreadsheets-An Introduction: Excel Functions (Cont.)
Spreadsheets-An Introduction: Excel Functions (Cont.)
EXCEL FUNCTIONS(CONT.)
MAX
The Excel MAX function returns the largest value from a supplied set of numeric values.
To find the max:
1.Type "=" sign in the cell in which you want to calculate the max.
2.Type max, open brackets( ,drag the range from which you want to find the maximum, close bracket and press
Enter.
MIN
The Excel MIN function returns the smallest value from a supplied set of numeric values.
To find the min:
1.Type "=" sign in the cell in which you want to calculate the min.
2.Type min, open brackets( ,drag the range from which you want to find the maximum, close bracket and press
Enter.
2.Type count, open brackets( ,drag the range from which you want to find the maximum, close bracket and press
Enter.
+ Addition =A7+A9
- Subtraction =A7-A9
* Multiplication =A7*A9
/ Division =A7/A9
ˆ Exponents =A7ˆA9
For example, if you have an item price in cell A2 and VAT in cell B2, you can calculate the VAT amount by
using the following percentage formula: =A2*B2
REMEMBER: All formulas and functions must begin with a ’=’. ˆ The text of the formula or function will be
displayed in the cell if you do not use an ’=’ and the calculation will not be executed.
To tell Microsoft Excel what type of operation you want to perform in a formula, you use special symbols that are
technically called operators. There exist 4 types of operators in Excel:
Subtraction =A2-B2
- (minus sign)
Negation (reversing the sign) =-A2 (changes the sign of the value in A2)
=A2^3
^ (caret) Exponential (power of)
(raises the number in A2 to the power of 3)
Reference Operators:
The Excel Reference Operators are used when referring to ranges within a spreadsheet. The reference operators
are:
Operator Description
Comparison/logical operators
Equal to = =A1=B1