Microsoft Excel Notes
Microsoft Excel Notes
2
With Microsoft Excel, computing, organizing and ana-
lyzing data are much simpler through the use of For-
mulas and Functions. But before we proceed to Excel
Formulas List, let’s define first the key terms...
Parts of Function
3
EXCEL FUNCTIONS:
=IF Shows a series of calculations using the same formula but a different
value for each calculation to determine whether the formula is true
or false.
Problem #1: Using Figure 1, get the total sales per item. Use the SUM
Function.
4
Problem #2: Using Figure 1,
get the total average
sales per item. Use the
AVERAGE Function.
3. On the drop-down menu click the MAX command and highlight the
data that you would like to find the maximum value.
4. Press the Enter key on your keyboard to finish the formula.
Problem #4: Using Figure 1, identify the least or the minimum sale for
the whole quarter. Use the MIN Function.
3. On the drop-down menu click the MIN command and highlight the
data that you would like to find the minimum value.
4. Press the Enter key on your keyboard to finish the formula.
6
Note: The result should be ₱ 40,000.00
Problem #5: Using Figure 1, count the number of cells that contains the
amount of sales. Use the COUNT Function.
3. On the drop-down menu click the COUNT command and highlight the
data that you would like to count.
4. Press the Enter key on your keyboard to finish the formula.
Formula:
=IF(B2>=C2,"Met Quota","Did Not Meet Quota")
Problem #6: Using Figure 2, identify those sales persons who have met
their quota and those who have not. Use the IF Function.
3. On the drop-down menu click the More Functions and on the Insert
Function dialog box select the IF command.
8
4. On the Function Argument dialog box, fill in the required information
on the boxes.
Problem #7: Using Figure 2, determine if how many sales persons were
able to meet their quota. Use the COUNTIF Function Syntax.