01 Introduction To Microsoft Excel
01 Introduction To Microsoft Excel
Because Excel cannot think, it ONLY computes what you command them
to do.
File
menu/
Tab Ribbon
Active
Cell
Formula Bar
name
Select All
Button Column Headings
Worksheet Window
Active Cell
Vertical
Scroll Bar
Row Headings
Horizontal
Scroll Bar
Sheet Tab
Scrolling
Button Sheet Tabs View
Zoom
Shortcuts
Control
Status Bar
Introduction to Microsoft Excel | 5
DEPARTMENT of
STATISTICS
-located at the upper left corner of
the screen wherein you can place the
Parts of Excel
- requires internet
most commonly used commands
Quick Access Toolbar Excel Help Function connection to provide
here. It is customizable.
answers to inquiries
File
menu/
Tab
Selecting Cells
• Edit individual cells by clicking them.
• Click a cell and drag the mouse pointer to select range of cells.
• An entire row or column may also be selected by clicking the
number or letter heading of that alignment.
• To select non-adjacent cells, hold down the CTRL key, and then
click the cells that you want.
Renaming worksheet
Double click the Name tab;
when the default name is
selected, type the new name.
Right click Name tab > Rename
Navigating
• To change the active cells, use the arrow keys or use the
mouse to click a new cell.
Setting Up Data
Inserting a new column or row
• To insert a column/ row, click the header where you want to add a new
column/row.
• On the header, right click and in the drop-down context menu, select Insert.
• You may also use the Insert button to add new columns found in the Home
tab, Cells group.
Note: When you insert a column or row, content found in columns will be moved to
the right, and content in rows will be moved down.
Data Types
• The data type manages how Excel will display and interpret data in
the cells.
• For instance, you may choose percentages as a fraction, decimal or
whole number.
• It is important that Excel interprets your data correctly since Excel’s
functions depend on the type of data being manipulated.
• After you type numbers in a cell, you can change the format in which
they are displayed.
Freeze Panes
• This is used to keep titles in sight when you scroll down a page. To
freeze panes, first “split” the worksheet so that you can look at two
areas independently.
• On the View tab, in the Window group, select Split. A thick grey bar
should appear on the sheet. To make a split, drag the grey bar to a
position next to or below the title row. When you have positioned
the bar where you would like it, select Freeze Panes from the
Window group of the View tab. The thick grey bar will be replaced
by a thin black line and the row/column will stay in place.
Mathematical operators
Symbol Use
+ Addition
- Subtraction
* Multiplication
/ Division
% Percentage
^ Exponentiation
Note: Parentheses and decimal points may be used where needed.
Constructing a formula
• Excel requires that EVERY formula begin with an equal sign (=). If you just
type without this symbol, Excel treats the entry as text.
• To start entering a formula in a cell, click in that cell and then type the
formula. Type Enter or Tab to move to the next cell when you have
finished entering the formula.
• Formulas containing numbers will produce results that will not change.
e.g. =200*7 always produces the result 1400.
• However a formula that contains cell references produces a result that
may change depending on the data in the cell. e.g., the formula =C2 + D2
will produce a result based on the data in cells C2 and D2.
Introduction to Microsoft Excel | 22
DEPARTMENT of
STATISTICS
Constructing a formula
Inserting a function
3. Or, you could also click on the Function button, found just before
the formula bar to use any of Excel’s preset functions
8. Under Number 1 type the range of cells that you want to use or you
can also drag the mouse to select the range of cells to be included as
the function’s arguments and click OK.
Built-in function
Excel has a variety of built-in functions that can be accessed using the
Formula Wizard.
1. Click in the cell where you want the result of the formula to be placed.
Now click on the = sign in the formula bar.
2. Click on the drop –down arrow to the left of the formula bar to select
the function you wish to use.
3. Click on the More Functions…option at the bottom of the list to display
a window showing all the available functions.
4. When you have selected the function, the Insert Function dialog box
opens to help you complete the arguments after the function so that
Excel calculates the right result.
5. When each function is selected a short description of the function and
the type of arguments to be used is displayed in the dialog box.
Mathematical function
Function What it does
SUM Adds its arguments
SUMIF Adds the cells specified by one or many given criteria
SUMPRODUCT Returns the sums of the products of two arrays
SUBTOTAL Returns a subtotal of a filtered list or database
TRUNC Truncates a number to an integer
ROUND Rounds a number to a specified number of digits
Mathematical function
Pivot Tables
• Excel’s very useful and powerful feature
• can be used to summarize, analyze, explore and present your
data with ease
4. Under Choose the data that you want to analyze, make sure that Select a
table or range is selected, and then in the Table/Range box, make sure the
range of cells that you
want to use is listed.
5. Under Choose
where you want the
PivotTable report to be
placed, choose either
the New Worksheet or
Existing Worksheet and
click OK.
6. An empty PivotTable
report is added on the
specified worksheet
along with the
PivotTable Field List
from which you can
select the fields that
you would like to add
to create a layout and
customize the
PivotTable report.
Statistical Analysis
Disadvantages:
• Missing values are handled inconsistently, and sometimes
incorrectly.
• Data has to be organized differently according to the analysis
you wish to perform.
• Most analyses can only be done on one column at a time.
This makes it inconvenient to do the same analysis on many
columns.
• There is no log or record of how an analysis was
accomplished.
• It also lacks many important features for advanced analyses.
Introduction to Microsoft Excel | 51
DEPARTMENT of
STATISTICS Installing data analysis in Excel
1. Open Excel
2. Click File Tab
Sample Formulas
• Formulas can be a combination of built-in functions and your own
formulas. Some sample formulas are:
=200*7 multiplies 200 x 7, returning 1400 and only uses literal values:
=B2 +C2 adds the value in cells B2 and C2
subtracts the value in the cell B3 from the value in cell B2 and
=(B2 –B3) * B4
then multiplies the result by the value in cell B4
=SUM(C1:C12) uses the SUM function to add the values in the range C1:C12
compares the value in cell A1 and value in cell B1. If the values in
=A1 = B1 the two cells are identical, then the formula returns TRUE
otherwise, it returns FALSE.