Introduction To Excel 2016
Introduction To Excel 2016
Introduction To Excel 2016
Introduction to
Microsoft Excel 2016
Microsoft Excel 2016 Interface the Excel interface is where you see and use the tools in Excel on
the screen. This includes the way the tools are organized and presented to you, the software user.
You will learn about The Welcome Page, The Ribbon, Quick Access Toolbar, and File Tab.
Screen Elements
Vertical Scroll
Bar
The Ribbon
The Ribbon is designed to help you quickly find the commands that you need to complete a task.
Commands are organized in logical groups, which are collected together under Tabs. Each Tab
relates to a type of activity, such as formatting or laying out a page. To reduce clutter, some Tabs
are shown only when needed. For example, the Picture Tools tab is shown only when a picture is
selected.
1
File Menu
Here you will find the basic commands such as open, save, print, etc.
Horizontal/Vertical Scroll
Allows you to scroll vertically/horizontally in the worksheet.
Normal View
This is the “normal view” for working on a spreadsheet in Excel.
Zoom Level
Allows you to quickly zoom in or zoom out of the worksheet.
Key Description
2
ARROW KEYS Move one cell up, down, left, or right in a worksheet.
SHIFT+ARROW KEY extends the selection of cells by one cell.
DELETE Removes the cell contents (data and formulas) from selected
cells without affecting cell formats or comments.
END Moves to the cell in the lower-right corner of the window when
SCROLL LOCK is turned on.
ENTER Completes a cell entry from the cell or the Formula Bar, and
selects the cell below (by default).
SPACEBAR In a dialog box, performs the action for the selected button, or
selects or clears a check box.
CTRL+SPACEBAR selects an entire column in a worksheet.
SHIFT+SPACEBAR selects an entire row in a worksheet.
CTRL+SHIFT+SPACEBAR selects the entire worksheet.
3
Activate the Autofill feature:
Entering Values
Numerical pieces of information that will be used for calculations are called values. They are
entered the same way as labels. It is important NOT to type values with characters such as “,” or
“$”.
To Enter Values:
1) Navigate to a cell
2) Type a value
3) Press Enter
Creating Formulas
Formulas perform calculations or other actions on the data in your worksheet. A formula starts with
an equal sign (=).
It is also important to know the operators Excel uses for formulas:
4
To Create a Formula:
1) Click in a cell
2) Press the = key
3) Type the formula
4) Press Enter
Copying Formulas
Like many things in Excel, there is more than one way to copy formulas. Feel free to choose what
works best for you.
Autosum Function
The most common formula in Excel is SUM, or the addition of multiple values. In this example, we
could create a formula that reads =C6+D6+E6+F6+G6+H6. That’s a lot of typing! Instead, we can
use the SUM function and specify a range of cells.
3) Press Enter
5
Saving a Worksheet
When working in Excel it is necessary to save your files. It is also very important that while
working, your file is saved frequently. When naming a file, you are restricted to 255 characters.
Avoid most punctuation; spaces are acceptable.
Editing Cells
Excel provides a major enhancement over earlier spreadsheet products in its ability to edit cells
easily. There are various methods for cell editing, including double-clicking in the cell, using the F2
key, and typing in the formula bar.
~OR~
Undo
Excel and other Windows applications have a convenient method of correcting mistakes known as
Undo. In many applications, including Excel, you can undo an almost limitless number of
commands. The Undo button has a small down-pointing arrow next to it. When pressed, it will
display a list of actions that can be undone. Redo works in the same way, allowing you to repeat
actions.
Excel will undo actions in reverse chronological order, meaning that the most recent command is
reversed first, then the one prior to that, and so on. You cannot reverse an earlier action using
Undo without first undoing the actions that were performed after it.
NOTE: The list of commands to undo is reset after the file is saved. You cannot use Undo to
fix an error after the file is saved.
6
To Undo a Command:
Click Undo
Clearing Cells
As we begin to look at formatting, it is important to understand what makes up the contents of a
cell. There are three distinct items that can be in a cell:
• Contents
• Formats
• Comments
These allow items to be formatted properly, even if the values change. However, when trying to
delete or clear a cell, it can be a bit tricky. Excel stores formats and contents separately, simply
deleting the contents does not delete the format.
2) Click the drop-down arrow next to the Clear button on the Home tab in the Editing group 3)
Click Clear Formats
Formatting Values
Applying formats to any cell(s) can be done either using the Font, Alignment and Number groups
or using the dialog box which will include all the formatting options.
7
1) Highlight cells
2) Click on the Comma Style button on the Number group
3) If necessary, click on the Increase or Decrease Decimal button on the Number group
Formatting Labels
A Label, or text formatting is applied virtually the same way it is done in word processing
programs.
8
Format Painter
Frequently, you will need to take a format that is applied to one cell and apply it to other cells. A
quick way to do this is by using the Format Painter .
Tips and Tricks: If you would like the Format Painter to remain active, double-click the Format
Painter. It will remain active until you press the Esc key.
To Merge Cells
Note: If you change your mind, re-click the Merge & Center command to unmerge the cells
Using Borders
Hide/Unhide
9
• Step 1: Select the column(s) or row(s) you want to hide, right-click the mouse, then select Hide
from the formatting menu.
• Step 2: The columns/rows will be hidden. The green column line indicates the location of the
hidden columns
To unhide, select the columns to the left and right of the hidden columns/rows (in other words, the
columns on both sides of the hidden columns/rows).
• Step 4: Right-click the mouse, then select Unhide from the formatting menu. The hidden
columns/rows will reappear.
Precedence of Operations
It’s important to note that a formula in Excel is not always evaluated left to right, like you might
think. Certain operators are evaluated before others, which changes the formula’s result.
The Precedence of Operations would force the multiplication to be evaluated first and then the
addition after that, 2 * 3 (6), and then add 5 to that (5 + 6 = 11) making the correct answer 11.
NOTE: Each cell must be done individually. Excel will delete the contents of all but the top
most cell if multiple cells are selected.
This option basically takes all the cells in the highlighted range and merges them into one large
cell. For example, the range A1:F1 became cell A1 after the Merge Cells button was selected.
There is no cell B1, C1, etc. any longer.
When the chart is selected you will notice a new tab “Chart Tools” on the Ribbon. If you do not
see the Chart Tools, click on the chart to select it. Under Chart Tools you will find 2 tabs:
• Design
• Format
Excel Functions
As we have previously seen, the power of Excel lies in its ability to perform calculations. The real
strength of this is shown in Functions. Functions are more complex formulas that are executed by
using the name of a function and stating whatever parameters the function requires.
Function Defined
=SUM(range of cells) returns the sum of the selected cells
=AVERAGE(range of cells) returns the average of the selected cells
11
=MAX(range of cells) returns the highest value of the selected cells
=MIN(range of cells) returns the lowest value of the selected cells
=COUNT(range of cells) returns the number of values of the selected cells
12
Nested Functions
You can nest a number of IF functions, as long as you don’t exceed the character limit for single-
cell entries. The formula in cell D9 is an example of a nested if function.
=IF(B9>=85,"A",IF(B9>=70,"B",IF(B9>=55,"C",IF(B9>=40,"D","FAIL"))))
How to use the PMT Function in Excel
The PMT function can be entered as part of a formula in a cell of a worksheet. To understand the
uses of PMT, let us consider an example.
Example 1
13
Let’s assume that we need to invest in such a manner that after two years, we’ll receive $75,000.
The rate of interest is 3.5% per year and the payment will be made at the start of each month. The
etails are:
Sheet Tab
The names of the sheets appear on tabs at the bottom of the workbook window. To move from
sheet to sheet, click the sheet tabs.
14
Deleting a Worksheet
▪ Right click on the sheet tab and select Delete.
To hide a worksheet
▪ Select the tab of the sheet you wish to hide
▪ Right-click on the tab
▪ Click Hide
To unhide a worksheet
▪ Right-click on any worksheet tab
▪ Click Unhide
▪ Choose the worksheet to unhide for the Unhide
Dialogue box that appears and Click OK
Protecting a Workbook
Step 1: Click the File tab to access the backstage view.
Step 2: From the Info pane, click the Protect Workbook command.
Step 3: Choose the option that best suits your needs.
Step 4: Click OK.
Step 5: Another dialog box will appear. Click OK to confirm.
Range Protection
• Step 1: Select all cells in the current worksheet by pressing Ctrl A
• Step 2: Right click and select Format Cell in the menu
Step 3: In the Format Cells dialog box, uncheck Locked under the Protection tab and click OK.
15
• Step 4: Select the cells that you want to lock.
• Step 5: Right click the selected range and select Format Cell from the menu.
• Step 6: In the Format Cells dialog box, check Locked under the Protection tab and click
OK.
• Step 7: Click Protect Sheet in the Changes group under the Review tab.
• Step 8: In the Protect Sheet dialog box, enter a password and click OK.
• Step 9: A Confirm Password dialog box will appear, re-enter the password and click OK.
Freezing Worksheet Panes
To Freeze Rows or Columns
• Step 1: Select the row below the rows that you want frozen. For example, if you want rows
1 & 2 to always appear at the top of the worksheet even as you scroll, then select row 3. Do
the same manner for columns if freezing columns.
• Step 2: Click the View tab.
• Step 3: Click the Freeze Panes command. A drop-down menu appears.
16
Freeze Panes
Option
To Unfreeze Panes
Conditional Formatting
Conditional formatting applies one or more rules to any cells that you want. An example of a rule
might be "If the value is greater than 5,000, color the cell yellow."
To Create a Conditional Formatting Rule
Step 1: Select the cells that you want to add the formatting to.
Step 2: In the Home tab, click the Conditional Formatting command. A drop-down menu will appear.
Step 3: Select Highlight Cells Rules or Top/Bottom Rules. We will choose Highlight Cells Rules for
this example. A menu will appear with several rules.
Step 4: Select the desired rule (Greater Than, for example).
Step 5: From the dialog box, enter a value in the space provided, if applicable.
Step 6: Select a formatting style from the drop-down menu.
Step 7: The formatting will be applied to the selected cells
Sorting Data
To Sort in Alphabetical Order
• Step 1: Select a cell in the column you want to sort by.
• Step 2: Select the Data tab, and locate the Sort and Filter group.
• Step 3: Click the ascending command sort ascending to Sort A to Z, or the descending command
sort ascending to Sort Z to A.
17
Filtering Data
Filters can be applied in many ways to improve the performance of your worksheet. You can filter
text, dates, and numbers. You can even use more than one filter to further narrow down your
results.
To Filter Data
Step 1: Begin with a worksheet that identifies each column using a header row.
Step 2: Select the Data tab, and locate the Sort & Filter group.
Step 3: Click the Filter command.
Step 4: Drop-down arrows will appear in the header of each column
Step 5: Click the drop-down arrow for the column you would like to filter.
Step 6: The Filter menu appears.
Step 7: Uncheck the boxes next to the data you don't want to view.
Step 8: Check the boxes next to the data you do want to view.
Step 9: Click OK. All other data will be filtered, or temporarily hidden.
To Clear a Filter
Step 1: Click the drop-down arrow in the column from which you want to clear the filter.
Step 2: Choose Clear Filter From...
Printing a Worksheet
To Print, Preview and Modify Page Setup
1) Click on the File tab
2) Click on Print
The spreadsheet shows as it will be printed. You can proceed to print the document from here, or
you can change things to make the printed output look different.
Page Setup
You can change options under Settings or you can click on Page Setup.
18
Clicking on Page Setup will open a dialog box with four tabs:
• Page
• Margins
• Header/Footer
• Sheet
Page:
1) Change the Orientation
2) Adjust the Scaling
3) Change the Paper Size
Margins:
1) Change the margins
2) Center on the page either horizontally, vertically or select both
Header/Footer:
1) To select from one of the already created headers/footers, click on the drop-down arrow for
Header and also for Footer and choose from the list
19
2) To create a custom header and/or footer, click on Custom Header and Custom Footer
This area is made of three sections – left, center and right. Any information added in these
sections will appear in that area (left, center or right) in the header or footer. You will also
see a row of buttons in this dialog box. Following are their functions:
Sheet Tab:
1) Repeat Rows and Columns under Print Titles
2) Check off what to print under Print
3) Change the Page Order
20