Lesson 5 Spreadsheet
Lesson 5 Spreadsheet
LESSON 4:
Advanced Spreadsheet Skills
LIKE to Engage
I. Motivation/Pre-Assessment
Did you ever try to calculate manually? with a pen? paper? and calculator? How was it
Thank you. Now before technology rapid rises as it what it is now today, people
who are familiar with productivity tools can easily adapt whenever it is updated, but how
about those people who aren’t capable of the fast-growing development of technology?
That is why we need to acknowledge the basics up to the different parts of productivity
tools. To know if you have a background about MS Excel, remember what you learned in
this link: https://www.w3schools.com/excel/exercise.php?filename=exercise_formulas1 .
BE HONEST! Screenshot the results below.
Exercise 1
Exercise 2
Exercise 4
Exercise 5
SUBSCRIBE to Acquire
supports and displays graphs, charts and histograms from a given set or groups of data.
Refer to the questions above. What we compute in calculators can be automatically
computed by one of the features in MS Excel.
1 2
I.What is a Formula?
ARITHMETIC OPERATION AND
CORRESPONDING KEYBOARD SIGN
SIGN OPERATION EXAMPLE FUNCTION
+ Addition =B5 + C5 Adds the values of cells B5 & C5.
- Subtraction =B5 - C5 Subtracts the values of cells C5 from cell
B5.
* Multiplication =B5 * C5 Multiplies the values of cells B5 from cell
C5.
/ Division =B5 / C5 Divides the values of cells B5 from cell C5.
^ Exponentiation =B5 ^ C5 Increases the values of cells B5 from cell
C5.
Value is a number that you enter into a cell that you may use in a formula later.
You may include in the value the numeric symbols such as decimal point, comma, or
currency.
A formula can also contain any or all the following: functions, references, operators, and
constants. Always start the formula with an equal = sign.
CONSTANTS
FUNCTIONS
= PI () *A8 ^ 7 – 6 + 1
REFERENCE
OPERATORS
PARTS OF A FORMULA
Functions The PI () function returns the value of pi: 3.1416…
References D8 returns the value in cell D8
Constants Numbers or text values entered directly into a formula, such as 4,3,9
Operators The ^ (caret) operator raises a number to a power
The * (asterisk) operator multiplies numbers
The + (plus) operator add numbers
The – (minus) operator subtracts numbers
TEX
VALUES
ENTERING FORMULAS
Formulas are arithmetic calculations that can be performed in Excel. An excel formula
always begin with an equal (=) sign. To create the sample on the next figure, follow the
steps.
1. On cell E5, type =B5+C5+D5 then press the Enter key.
2. On cell E6, type =B6+C6+D6 then press the Enter key.
3. Type the rest of the formulas.
FORMULA BAR
CELL WITH
FORMULA
RANGE OF
CELLS
4. Another way you can do especially when adding on a long worksheet, on cell E5
type the = sign, click the mouse on B5 and drag it up to D5 then press the Enter
key.
5. View the formula, select the cell and look at the Formula bar.
If the number is too long to fit within the cell boundaries, Excel displays a series of symbol
### in the cell. The number and the formula are still stored in the cell, but the width of the
cell is not enough to show the whole number. To display the value, you must increase the
size of the column width. There are many ways to increase the Size of the column width.
1. Go to the cell where the ### symbol appears.
2. Click the Home tab, go to the Cells group and click the Format button. On the
drop-down list, select Column Width. On the Column Width dialog box, type the
width size you prefer and click OK.
3. You can also click the column header to highlight the column and right click the
mouse.
4. On the Context menu, click Column width and on the dialog box, type the size
you prefer.
5. Or you can simply place your mouse pointer between the column headers and
when the double-headed arrow appears, drag the mouse to resize.
6. Another way is to double click the double-headed arrow to auto-fit the column.
Format
Column Width
Dialog Box
#NAME? Uses a cell name that you have not defined, was misspelled, or
cannot be recognized
#NUM! Attempts an invalid numeric data for the type of operation
#N/A! Formula or function cannot find the referenced data
#NULL! Space was used in formula that reference multiples ranges
Formula Error Messages
If a formula does not work, Excel will display the following messages where you should
modify your data or formula.
FORMULA ERROR MESSAGES
Error Meaning
#DIV/O1 Attempts to divide by zero
#VALUE! Tries to calculate something that is not a value (such as a text)
#REF! Addresses a cell that does not exist (such as a deleted
cell) or is invalid
Formulas Tab
The Formula tab on the Ribbon contains the built-in functions to perform mathematical
calculations on your worksheet data.
EXCEL FUNCTIONS
FUNCTION DESCRIPTION
=SUM Calculates the sum of the values of a range of cells
=AVERAGE Calculates the arithmetic mean or average 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
button.
3. Highlight the data that you would like to add.
4. Press the Enter key to finish the formula.
Formulas Tab
Functions
Average
Highlight to
find average Figure 8: Formulas Tab v.2
value Figure 10:Average Function
Max
Highlight to find
maximum value
Figure 11: Maximum Value
Min
Highlight to find
minimum value
Figure 12: Minimum Value
Count
Highlight to find
number of entries
Figure 13: Count Function
7. On the value IF_false, it is the value that is returned if the logical test is FALSE.
For example, "No Need For Approval (the text ill appear on the selected cell if the
value of cell B15 does not satisfy the condition.)
8. If you had already filled up the function argument, click OK.
9. Another way is on the formula bar, type the following formula =IF(B15>=1000,
=1000,"APPROVAL REQUIRED","NO NEED FOR APPROVAL").
10. The formula should always start with an equal sign( = ) and arguments separated
by commas (,).
Insert
Function
Function
Options
IF Function
Arguments
dialog box
Some of the functions’ descriptions are listed below. You may go to the Excel Help to
know more about the different functions.
FINANCIAL FUNCTIONS
PMT Computes the payment required to amortize a loan over a specified
number of periods
IPMT Computes the interest portion of an individual loan payment,
assuming a constant payment and interest rate
NPER Computes the number of periods required to amortize a loan, given
a specified payment
SLN Calculates straight-line depreciation for an asset
LOGICAL FUNCTIONS
IF Applies a logical test that results in a true or false
Nested IF Creates a hierarchy of tests
AND Returns FALSE if any of its arguments are false and returns TRUE
only if all of its arguments are true
TEXT FUNCTIONS
CLEAN Removes all nonprintable characters
CONCANTENATE Combines text from multiple fields into one cell. This is useful
especially when importing from a database where data are
entered in separate fields.
EXACT Compares two text strings to see if they are the same
IV. Practice/Drills
Direction: Identify the following Excel Functions.
1. It 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.
2. It calculates the sum of the values of a range of cells.
3. It counts the number of cells in a range of cells or values.
4. It calculates the arithmetic mean of a range of cells or values.
5. It gives the minimum value in a range of cells or values.
6. It gives the maximum value in a range of cells or values.
7. It allows you to look up values in tables such as tax, discount, parts or grade
tables.
8. It is used when the table direction is horizontal or across the worksheet.
9. It is used when the table direction is vertical or down the worksheet.
10. It allows you to monitor cell value.