Excel 2007 Complete Tutorial
Excel 2007 Complete Tutorial
Microsoft Excel
(2007)
Complete Tutorial
With Picture
Arithmetic Operation
Statistics Formulas
Business Functions
Presentation with Graph
Excel Tutorial 2
FORMATTING A WORKBOOK
29 Formatting Workbooks 20
30 Formatting Text 20
31 Working with Color 21
32 Formatting Text Selections 21
33 Setting a Background Image 21
34 Formatting Data 21
35 Formatting Dates and Times 22
36 Aligning Cell Content 22
37 Indenting Cell Content 23
38 Merging Cellst 23
39 Rotating Cell Content 23
4
Excel Tutorial 3
WORKING WITH FORMULAS AND FUNCTIONS
58 Using Relative References 31
59 Using Absolute References 31
60 Using Mixed References 32
61 Entering Relative, Absolute, and Mixed References 32
62 Understanding Function Syntax 32
63 Inserting a Function 33
64 Typing a Function 34
65 Working with AutoFill 35
66 Using the AutoFill Options Button 35
67 Filling a Series 35
68 Creating a Series with AutoFill 36
69 Working with Logical Functions 36
70 Working with Date Functions 37
71 Working with Financial Functions 37
72 Using the PMT Function to Determine a Monthly Loan Payment 38
5
Excel Tutorial 4
WORKING WITH CHARTS AND GRAPHICS
73 Creating Charts 39
74 Selecting a Data Source 40
75 Selecting a Chart Type 40
76 Moving and Resizing Charts 41
77 Selecting Chart Elements 41
78 Choosing a Chart Style and Layout 42
79 Working with the Chart Title and Legend 42
80 Formatting a Pie Chart 43
81 Setting the Pie Slice Colors 43
82 Working with 3D Options 44
83 Creating a Column Chart 44
84 Formatting Column Chart Elements 45
85 Formatting the Chart Axes 45
86 Formatting Chart Columns 46
87 Creating a Line Chart 46
88 Formatting Date Labels 47
89 Setting Label Units 48
90 Overlaying a Legend 48
91 Adding a Data Series 48
to an Existing Chart
92 Creating a Combination Chart 49
93 Inserting a Shape 50
94 Aligning and Grouping Shapes 50
7
Excel Tutorial 1
Getting Started with Excel
Objectives
• Understand the use of spreadsheets and Excel
• Learn the parts of the Excel window
• Scroll through a worksheet and navigate between worksheets
• Create and save a workbook file
• Enter text, numbers, and dates into a worksheet
• Resize, insert, and remove columns and rows
• Select and move cell ranges
• Insert formulas and functions
• Insert, delete, move, and rename worksheets
• Work with editing tools
• Preview and print a workbook
Introducing Excel
• Microsoft Office Excel 2007 (or Excel) is a computer program used to enter, analyze, and
present quantitative data
• A spreadsheet is a collection of text and numbers laid out in a rectangular grid.
Often used in business for budgeting, inventory management, and decision making
• What-if analysis lets you change one or more values in a spreadsheet and then assess the effect
those changes have on the calculated values
Introducing Excel
8
Exploring Excel
Exploring Excel
Description of the Excel window elements
Feature Description
Office Button A button that provides access to work book-level features and program settings
Quick Access A collection of buttons that provide one-click access to commonly used
Toolbar commands, such as Save, Undo and Repeat
Title bar A bar that displays the name of the active workbook and the Excel program
name
Ribbon The main set of commands organized by task into tabs and groups
Column headings The letters that appear along the top of the worksheet window to identify the
different columns in the worksheet
Workbook window A window that displays an Excel workbook
Vertical scroll bar A scroll bar used to scroll vertically through the workbook window
Horizontal scroll A scroll bar used to scroll horizontally through the workbook window
bar
Zoom controls Controls for magnifying and shrinking the content displayed in the active
workbook window
View shortcuts Buttons used to change how the worksheet content is displayed – Normal,
Page Layout, or Page Brea Preview view
Sheet tabs Tabs that display the names of the worksheets in the workbook
Sheet tab scrolling Buttons to scroll the list of sheet tabs in the workbook
buttons
Row headings The numbers that appear along the left of the worksheet window to identify
the different rows in the worksheet
Select All button A button used to select all of the cells in the active worksheet
Active Cell The cell currently selected in the active worksheet
Name box A box that displays the cell reference of the active cell
Formula bar A bar that displays the value or formula entered in the active cell
9
Navigating a Worksheet
• Excel provides several ways to navigate a worksheet
Excel navigation keys
Press To move the active cell
↑,↓,←,→ Up, down, left or right one cell
Home To column A of the current row
Ctrl+Home To cell A1
Ctrl+End To the last cell in the worksheet that contains data
Enter Down on row or to the start of the next row of data
Shift+Enter Up one row
Tab One column to the right
Shift+Tab One column to the left
Page Up, Page Down Up or down the screen
Ctrl+Page Up, Ctrl+Page Down To the previous or next sheet in the workbook
Planning a Workbook
• Before you begin to enter data into a workbook, you should develop a plan
Planning analysis sheet
Planning Analysis Sheet
Entering a Formula
• A formula is an expression that returns a value
• A formula is written using operators that combine different values, returning a single value that
is then displayed in the cell
The most commonly used operators are arithmetic operators
• The order of precedence is a set of predefined rules used to determine the sequence in which
operators are applied in a calculation
Entering a Formula
Arithmetic operators
Operation Arithmetic Example Description
Operator
Addition + =10+A1 Adds 10 to the value in cell A1
=B1+B2+B3 Adds the values in cells B1, B2 and B3
Subtraction - =C9+B2 Subtracts the value in cell B2 from the value in cell C9
=1-D2 Subtracts the value in cell D2 from 1
Multiplication * =C9*B9 Multiplies the values in cells C9 and B9
=E5*0.06 Multiplies the value in cell E5 by 0.06
Division / C9/B9 Divides the value in cell C9 by the value in cell B9
=D15/12 Divides the value in cell D15 by 12
Exponentiation ^ =B5^3 Raises the value of cell B5 to the third power
=3^B5 Raises 3 to the value in cell B5
Entering a Formula
Order of precedence rules
Formula (A1=50, B1=10, C1=5) Order of Precedence Rule Result
=A1+B1*C1 Multiplication before addition 100
=(A1+B1)*C1 Expression inside parentheses executed before 300
expression outside
=A1/B1-C1 Division before subtraction 0
=A1/(B1=C1) Expression inside parentheses executed before 10
expression outside
=A1/B1*C1 Two operators at same precedence level, leftmost 25
operator evaluated first
=A1/(B1*C1) Expression inside parentheses executed before 1
expression outside
Entering a Formula
• Click the cell in which you want the formula results to appear
• Type = and an expression that calculates a value using cell references and arithmetic operators
Press the Enter key or press the Tab key to complete the formula
Entering a Formula
Introducing Functions
• A function is a named operation that returns a value
• For example, to add the values in the range A1:A10, you could enter the following long formula:
=A1+A2+A3+A4+A5+A6+A7+A8+A9+A10
Or, you could use the SUM function to accomplish the same thing:
=SUM(A1:A10)
Entering a Function
oks
bo
r.e
n bi
/ta
m
co
k.
boo
ce
.fa
w
w
w
Scaling a printout reduces the width and the height of the printout to fit the number of pages
ir.
•
nb
Excel Tutorial 2
Formatting a Workbook
Objectives
• Format text, numbers, and dates
• Change font colors and fill colors
• Merge a range into a single cell
• Apply a built-in cell style
• Select a different theme
• Apply a built-in table style
• Add conditional formats to tables with highlight rules and data bars
• Hide worksheet rows
• Insert print titles, set print areas, and insert page breaks
• Enter headers and footers
Formatting Workbooks
• Formatting is the process of changing a workbook’s appearance by defining the fonts, styles,
colors, and decorative features
• A theme is a collection of formatting that specifies the fonts, colors, and graphical effects used
throughout the workbook
• As you work, Live Preview shows the effects of formatting options on the workbook’s
appearance before you apply them
Formatting Text
• The appearance of text is determined by its typeface, which is the specific design used for the
characters
– Font
• Serif fonts
• Sans serif fonts
• Theme font
• Non-theme font
– Font Style
– Font Size
• Measured in points
ks
oo
eb
ir.
nb
/ta
om
.c
ok
bo
ce
.fa
w
w
w
Formatting Data
• By default, values appear in the General number format, which, for the most part, displays
numbers exactly as you enter them
• The Number group on the Home tab has buttons for formatting the appearance of numbers
• Comma style button
• Decrease Decimal button
• Percent Style button
• Increase Decimal button
• Accounting Number Format button
Any kind of e-book & Software : www.tanbircox.blogspot.com
Updated Bangla e-books(pdf): www.facebook.com/tanbir.ebooks
22
Formatting Data
Merging Cells
• One way to align text over several columns or rows is to merge, or combine, several cells into
one cell
Copying Formats
with the Format Painter
• The Format Painter copies the formatting from one cell or range to another cell or range,
without duplicating any of the data
• Select the range containing the format you wish to copy
• Click the Format Painter button on the Home tab
• Click the cell to which you want to apply the format
Applying Styles
• A style is a collection of formatting
• Select the cell or range to which you want to apply a style
• In the Styles group on the Home tab, click the Cell Styles button
• Point to each style in the Cell Styles gallery to see a Live Preview of that style on the selected cell
or range
• Click the style you want to apply to the selected cell or range
Applying Styles
ks
oo
eb
ir.
nb
/ta
om
.c
ok
bo
to an Existing Table
w
w
• You can treat a range of data as a distinct object in a worksheet known as an Excel table
w
• Select the range to which you want to apply the table style
• In the Styles group on the Home tab, click the Format as Table button
• Click a table style in the Table Style gallery
Any kind of e-book & Software : www.tanbircox.blogspot.com
Updated Bangla e-books(pdf): www.facebook.com/tanbir.ebooks
27
• Manual page breaks specify exactly where the page breaks occur
ir.e
nb
• Select the first cell below the row where you want to insert a page break
o
bo
• In the Page Setup group on the Page Layout tab, click the Breaks button, and then click Insert
ce
.fa
Page Break
w
w
• Select any cell below or to the right of the page break you want to remove
• In the Page Setup group on the Page Layout tab, click the Breaks button, and then click Remove
Page Break (or click Reset All Page Breaks to remove all the page breaks from the worksheet)
Any kind of e-book & Software : www.tanbircox.blogspot.com
Updated Bangla e-books(pdf): www.facebook.com/tanbir.ebooks
29
s
ok
bo
e
ir.
nb
/ta
om
.c
ok
bo
ce
.fa
w
w
w
Excel Tutorial 3
Working with Formulas and Functions
Objectives
• Copy formulas
• Build formulas containing relative, absolute, and mixed references
• Review function syntax
• Insert a function with the Insert Function dialog box
• Search for a function
• Type a function directly in a cell
• Use AutoFill to fill in a formula and complete a series
• Enter the IF logical function
• Insert the date with the TODAY function
• Calculate monthly mortgage payments with the PMT financial function
Information Return information about the format, location, or contents of worksheet cells
om
.c
Lookup & Look up and return data matching a set of specified conditions from a range
ce
Reference
.fa
w
Inserting a Function
• Click the Formulas tab on the Ribbon
• To insert a function from a specific category, click the appropriate category button in the
Function Library group. To search for a function, click the Insert Function button in the Function
Library group, enter a description of the function, and then click the Go button
• Select the appropriate function from the list of functions
• Enter the argument values in the Function Arguments dialog box, and then click the OK button
Inserting a Function
Inserting a Function
Typing a Function
• As you begin to type a function name within a formula, a list of functions that begin with the
letters you typed appears
ks
oo
eb
ir.
nb
/ta
om
.c
ok
bo
ce
.fa
w
w
w
Filling a Series
• AutoFill can also be used to create a series of numbers, dates, or text based on a pattern
Filling a Series
AutoFill applied to different series
Type Initial Entry Extended Series
Values 1, 2, 3 4, 5, 6, ….
2, 4, 6 8, 10, 12, ….
Dates Times Jan Feb, Mar, Apr,….
January February, March, April, ….
15-Jan, 15-Feb 15-Mar, 15-Apr, 15-May, ….
12/30/2010 12/31/2010, 1/1/2011, 1/2/2011,
….
12/31/2010, 1/31/2011 2/28/2011, 3/31/2011, 4/30/2011,
….
Mon Tue, Wed, Thu, ….
Monday Tuesday, Wednesday, Thursday, ….
11:00 AM 12:00PM, 1:00PM, 2:00PM, ….
st
Patterned Text 1 period 2nd period, 3rd period, 4th period,
….
Region 1 Region 2, Region 3, Region 4, ….
Quarter 3 Quarter 4, Quarter 1, Quarter 2, ….
Qtr 3 Qtr4, Qtr1, Qtr2, ….
Comparison operators
nb
/ta
> A1 > B1 The value in cell A1 is greater than the value in cell B1
bo
ce
< A1 < B1 The value in cell A1 is less than the value in cell B1
.fa
w
>= A1 >= B1 The value in cell A1 is greater than or equal to the value in cell
w
w
B1
<= A1 <= B1 The value in cell A1 is less than or equal to the value in cell B1
<> A1 <> B1 The value in cell A1 is not equal to the value in cell B1
Any kind of e-book & Software : www.tanbircox.blogspot.com
Updated Bangla e-books(pdf): www.facebook.com/tanbir.ebooks
37
PPMT (rate, per, nper, pv [fv=0][type=0]) Calculates the amount of a loan payment
ment devoted to
paying off the principal of a loan, where per is the
number of the payment period
PV (rate, nper, pmt, [fv=0][type=0]) investmentt
Calculates the present value of a loan or investmen
based on periodic, constant payments
NPER (rate, pmt, pv, [fv=0][type=0]) Calculates the number of periods required to pay of offf a
loan or investment
RATE (nper, pmt, pv, [fv=0][type=0]) investmentt based
Calculates the interest rate of a loan or investmen
on periodic, constant payments
Excel Tutorial 4
Working with Charts and Graphics
Objectives
• Create an embedded chart
• Work with chart titles and legends
• Create and format a pie chart
• Work with 3D charts
• Create and format a column chart
• Create and format a line chart
• Use custom formatting with chart axes
• Work with tick marks and scale values
• Create and format a combined chart
• Insert and format a graphic shape
• Create a chart sheet
Creating Charts
• A chart, or graph, is a visual representation of a set of data
• Select the data source with the range of data you want to chart
• In the Charts group on the Insert tab, click a chart type, and then click a chart subtype in the
Chart gallery
• In the Location group on the Chart Tools Design tab, click the Move Chart button to place the
chart in a chart sheet or embed it into a worksheet
Creating Charts
value.
e
ir.
•
oo
eb
Overlaying a Legend
• In the Labels group on the Chart Tools Layout tab, click the Legend button, and then click More
Legend Options
• Click the Show the legend without overlapping the chart check box to remove the check mark
• Click the Add button in the Select Data Source dialog box
bo
r.e
• Select the range with the series name and series values you want for the new data series
i
nb
Inserting a Shape
• Click the Insert tab on the Ribbon
• In the Illustrations group, click the Shapes button, and then choose the shape you want
• Draw the shape in your worksheet
s
ok
bo
i r.e
nb
/ta
m
co
ok.
bo
ce
.fa
w
*--------------------------------------*--------------------------------------*--------------------------------------*
w
w
*--------------------------------------*--------------------------------------*--------------------------------------*