You are on page 1of 29

KEY TERMS:

Accounting Number Format – a number


format that is used for accounting
Orientation – the angle at which a text is
displayed
Count – a function used to count the cells
with content in a range
Sum – a function used to
compute for the summation of
the number of a range
Average - a function used to
compute for the average of the
number of a range
COUNTIF – a function used to count the
cells with a specified content within a range
SUMIF – a function used to compute for
the summation of a range if a certain
condition is met
AVERAGEIF – a function used to compute
to the average of a range if a certain
condition is met
Range – the range of cells where you
want to look for the criteria
Criteria – a value or label that
determines if a cell is part of the range
to be averaged
Average Range – the actual range of
cells that will be averaged, if omitted,
the range be used instead
Let us assume that we are going to sell milk tea with the following information:

Product Information

Product Name/Brand: Starbuko Organic Milk Tea


Company/Group Name: Starbuko Foods Corporation
Product Description:
Starbuko Milk Tea is a special milk tea using organic ingredients especially
made for Filipinos.
Ingredients/Materials: tea, water, condensed milk, ice, special sweetener
Estimated Sale Price: 25 PHP per cup
We will use Microsoft® Excel to find out if our estimated sale price is reasonable considering the actual
price of the ingredients.
1. Copy the information below:

Note: Values with PHP or Philippine peso sign use the Accounting Number format. Its default uses the
dollar symbol ($). To change this, click the drop-down arrow at the currency button then select More
Accounting Formats, then change the symbol to PHP.
2. Use the formula to get the summation of the values from C4 to C7. The SUM
formula is =SUM(C4:C7). Type this on cell C8 as shown below:
3. Check if our estimated price will earn us profit. Type the additional
information shown below then apply the arithmetic formula for subtraction:
4. The result is PHP2.20. Our estimated price is not profitable. Let us make an
adjustment. Include the information below and deduct the Total from the New
Sale Price:
5. The result is PHP7.80. This is definitely
profitable at this price. However, this
does not guarantee our product’s success.

6. Save your file as L4 Cost Of


Ingredients.xlsx
Determine the average for all your criteria and place them at the bottom of your
survey results similar to the screenshot below:

Next, determine how many people said YES or NO if they were satisfied with the
product or if they would recommend it to their friend. For this, we will use the
COUNTIF function.
Using the =COUNT function will allow us to count the number of cells that
contains something. However, in this case, we just need to count the ones that
have YES or NO in them. For this, we have to use the COUNTIF function.
COUNTIF Function Syntax:
=COUNTIF(range, criteria)

Range – the cells where the counting


will take place
Criteria – the label or value that
determines if it is to be counted
Example:
Using figure 1, the formula for
getting the number of YES for
the criteria is
=COUNTIF(J5:J19,“YES”)
Determine the number of YES answers in both criteria and place
them at the bottom of my your survey results similar to the
screenshot below:

If we were to determine if we should sell your product or service


to teachers or students, we can use the AVERAGEIF function.
AVERAGEIF
Using the AVERAGEIF function, we can average a
range if the cell beside it equals to “teacher” and/or
“student.”

AVERAGEIF uses the following syntax:


=AVERAGEIF(range, criteria, average range)
Range – the range of cells where you want
to look for the criteria
Criteria – a value or label that determines if
a cell is a part of the range to
be averaged
Average Range (optional) – the actual
range of cells that will be averaged, if
omitted, the range will be used instead
Example:

Result:

In other instances, you may also want to use the SUMIF function which
works similarly to the AVERAGEIF function, except it gets the summation
rather than the average.
Multiple Choice: Write the letter of the correct
answer on the space before each number.

1. A program designed to create spreadsheets


which can later be used to analyze statistical data.
a. Microsoft Excel b. Microsoft Word
c. Microsoft Publisher d. Microsoft OneNote
2. A number format that puts a dollar symbol
before each value by default.
a. Percent b. accounting
c. comma d. date/time
3. A function that adds a range of cells
a. ADD b. PLUS
c. SUM d. TOTAL
4. This is the tab in the Format Cells dialog
box where you can change the orientation of
a text.
a. Alignment b. orientation
c. file d. view
5. A function that gets the average of
a range of cells
a. AVERAGE b. SUM
c. MEAN d. MEDIAN
6. Which among the following is not
part of the syntax for AVERAGEIF?
a. average range b. range
c. logical test d. criteria
7. A function used to count the number
of cells that contains something in
them if the criteria are met
a. COUNT b. COUNTNOW
c. COUNTING d. COUNTIF
8. A function used to add a certain
range of cells if a condition is met.
a. SUMIF b. ADDIF
c. TOTALIF d. PLUSIF
9. The shortcut key for the Format Cells
dialog box
a. Ctrl + F b. Shift + F
c. Ctrl + 1 d. Alt + 1
10. A syntax in the AVERAGEIF function that
includes the value or label that determines if
the cell is part of the range to be averaged
a. range b. criteria
c. average range d. logical test

You might also like