Module 5 Excel Formulas and Functions
Module 5 Excel Formulas and Functions
A. FORMULA
In Microsoft Excel, you can enter numbers and mathematical formulas into cells.
Whether you enter a number or a formula, you can reference the cell when you
perform mathematical calculations such as addition, subtraction, multiplication,
or division. When entering a mathematical formula, precede the formula with an
equal (=) sign.
1. Click the cell pointer on the desired cell and type the formula commencing with =
2. Press ENTER, an arrow key or TAB key to confirm the data entry and to move the cell
pointer to another cell (to get the cell address of the value you want to use for
computation).
In any cases specifically if there is/are formulas that needs to be computed first use
parentheses ( ). In Excel formulas, any formula enclosed with parenthesis means first priority.
Module in DSA-Laboratory
1. Type: Add, Subtract, Multiply, and Divide in cells A1, B1, C1,
and D1 respectively
2. Type: 12, 25, 11 and 75 in cells A2, B2, C2 and D2 respectively
3. Type: 8, 13, 6 and 5 in cells A3, B3, C3 and D3 respectively
4. Type: = A2 + A3 in cell A5 and press Enter
5. Type: = B2 + B3 in cell A5 and press Enter
6. Type: = C2 + C3 in cell A5 and press Enter
7. Type: = D2 + D3 in cell A5 and press Enter
B. FUNCTIONS
By using functions, you can quickly and easily make many useful calculations, such
as finding an average, the highest number, the lowest number, and a count of the
number of items in a list. Microsoft Excel has many functions that you can use.
Module in DSA-Laboratory
Functions are prewritten formulas. Functions differ from regular formulas in that
you supply the value but not the operators, such as +, -, *, or /.
For example, you can use the SUM function to add. When using a function, remember
the following:
Example: =SUM(A1:10)
Sum is the function name , A1:A10 is the range of cells, this means that microsoft
excell will add the values stored in cells A1 to A10.
The AutoSum
The AutoSum has also options when dropdown button was selected.
Module in DSA-Laboratory
Sum – adds values within the range of cells
Average- returns the average of the values within the range
Count Numbers- literally counts the number of cells with values
within the range
Max – returns the highest value
found within the range
Min- returns the lowest value
found within the range
More Functions means: more
options of functions depending on
purpose.
Module in DSA-Laboratory
PRACTICE 3
Module in DSA-Laboratory
LABORATORY EXERCISE 2. FORMULA
Instructions:
1. Copy the data and format the text and numbers as shown on the worksheet below.
2. Perform mathematical basic formula to compute for the total sales, and use function to
compute for the total costs per month.
3. Create also a formula to compute for the Gross Income, Fixed Costs, Net Income and
Exchange Rate. (Compare the value displayed in your worksheet with the presented
values in the figure. If your computation is the same, you did it right with the formula).
4. Save your file as ACCTY215-Excel1-[yourfullname]
Module in DSA-Laboratory