Formulae are self defined instructions for performing calculations such as:
AAverage
BMaximum
CMinimum
DMultiplication
Answer:
D. Multiplication
Read Explanation:
Formula and Functions
- Formulae are self defied instructions for performing calculations
- Functions are predefined formulas in Excel
- Formulas start with an equal sign
- Formula contains the address of the cells and operands.
Example
Operator Meaning Example
+ Addition =A5+A9
- Subtraction =A5-A9
* Multiplication =A5*A9
/ Division =A5/A9
^ Exponents =A5^A9
- we use cell references (cell addresses such as A5,A7, or B9) in formulas instead of the actual values of the cells.