Ms Excel Discussion
Ms Excel Discussion
Ms Excel Discussion
Parts of Function
EXCEL FUNCTIONS:
=SUM Calculates the sum of the values of a range of a
cells
=AVERAGE Calculates the arithmetic mean of a range of cells
or values
=MAX Gives the maximum value in a range of cells or
values
=MIN Gives the minimum value in a range of cells or
values
=COUNT Counts the number of cells in a range of cells or
values
=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.
Examples of Excel Functions:
2. Click the Formulas tab, go to the Function Library group and click the
AutoSum button.
3. On the drop-down menu click the Average command and highlight the data that
you would like to find the average value.
4. Press the Enter key on your keyboard to finish
Problem #3: Using Figure 1, identify the biggest or the maximum sale. Use the MAX Function.
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.
Steps in using the If Function:
1. Click on the cell you want to perform the formula.
2. Click the Formulas tab, go to the Function Library group and click the AutoSum
drop-down button.
3. On the drop-down menu click the More Functions and on the Insert Function dialog
box select the IF command.
4. On the Function Argument dialog box, fill in the required information on the
boxes.
5. Logical Test is a statement that gives condition and can be evaluated by true or
false. For example, B2>=C2
6. On the value IF_True, it is the value that is returned if the logical test is TRUE. For
example, “Met Quota” (the text will appear on the select-ed cell if the value of B2
satisfy the condition.)
7. On the value IF_False, it is the value that is returned if the logical test is FALSE. For
example, “Did not meet Quota” (the text will appear on the selected cell if the
value of B2 does not satisfy the condition.)
8. If you had already filled in the function argument, click OK.
Problem #7: Using Figure 2, determine if how many sales persons were able to
meet their quota. Use the COUNTIF Function Syntax.
Formula:
=COUNTIF(range, criteria) Range—the cells where the counting will
or take place
=COUNTIF(D2:D7,"Met Criteria—the label or value that determines if
Quota")
it is to be counted
Assume that you are an on-line seller of cakes. And you want to
analyze your sales for the second quarter of the year 2020. And to do the
given task, you have to use the formulas and functions of MS Excel to
analyze the given data below.