Microsoft Excel PDF
Microsoft Excel PDF
MICROSOFT EXCEL –
INTERMEDIATE
R E P O R T P R E S E N T A T I O N
OBJECTIVES
a.) Indicate the names and functions of the
Excel interface
components.
b.) Construct formulas, including the use of
built-in functions,
and relative and absolute references.
c.) Create a spreadsheet to tabulate and
record numeric values
SHEET OPTIONS
L E S S O N 1
SHEET OPTIONS
Black & White − Select this check box to have your color
printer print the chart in black and white.
Draft quality − Select this check box to print the chart using
your printer’s draft- quality setting.
You can choose the predefined header and footer or create your
custom ones.
Unfreeze Panes
To unfreeze Panes, choose View
Tab » Unfreeze Panes.
CONDITIONAL FORMATTING
L E S S O N 5
CONDITIONAL FORMATTING
=C2*5 Multiplication
=C2-5 Subtraction
To create more formulas,
type = in the cell, select
the appropriate value, and
type the correct
mathematical symbol
between.
EXCEL FILL HANDLE IN FORMULAS
To multiply numbers in
column B with 5, type the
formula =B3*5 in cell C3. Left
click on the right bottom
corner of cell C3, and pull the
fill handle downward until cell
C10. This will multiply the
entire list of numbers in
column B by 5.
EXCEL RELATIVE REFERENCING
To use relative referencing in
Excel, type the formula in the
first cell D3 and press Enter.
The formula will automatically
change in the respective
cells, multiplying all values of
list 1 with respective values of
list 2. However, this method is
not applicable for multiplying
all cells of list 1 with a single
cell of list 2, such as C3.
QUICK EXCEL FUNCTIONS
Quick functions in Excel
provide statistics without
formulas, such as Status Bar
quick functions. These
functions display the desired
range of numbers, averages,
cell count, and sums of
numbers, allowing users to
quickly analyze their
worksheets.
The status bar can be
customized by right-clicking
on it and selecting from the
menu. The status bar displays
the maximum and minimum
numbers, as shown in the
image shown below, allowing
users to easily manage their
data.
EXCEL FORMULA
L E S S O N 7
EXCEL IF FUNCTION
=if(C4>5,50+E4,E4)