Basic Excel Formulas
Below are some basic formulas for Microsoft excel:
Basic formula :
ADDITION cell A1 to A10 = sum (A1: A10)
- AVERAGE cell A1 to A10 = average (A1: A10)
- MAXIMUM cell A1 to A10 = max (A1: A10)
- MINIMUM cell A1 to A10 = min (A1: A10)
On an excel sheet, there are many formulas under the cells all over the sheet .You can however select them from column by doing this:
sum = (A1, A3; C4)
IF Function:
The IF function is very easy and interesting for performing:
= IF (condition; value "if true"; value "otherwise")
Example:
IF(A1 <= 0; "ordering", "stock")
This would mean: If the contents of cell A1 is less than or equal to zero, then it displays "to order", otherwise (if the contents of cell A1 is greater than zero) on display "at stock".
Freeze a cell:
Once the cell written press F4 to see the details of the cell and dollars.