Introduction To Microsoft Excel 2024
Introduction To Microsoft Excel 2024
Communication Skills
IT 100 1
Content
What is Excel Tabs
Starting Excel Rows and Columns
Excel Window Cells
Ribbon Menu System Quick access toolbar
“File” Menu
Working with text
Functions
Creating a New Workbook
Autofill
Opening an Existing Workbook
Sorting
Saving a Workbook for the First Time
Charts
Saving a Workbook
IT 100 2
What is Microsoft Excel?
Excel is an electronic spreadsheet program that can be used for storing, organizing and
manipulating data.
IT 100 3
Starting Microsoft Excel
You may start Microsoft
Excel by locating the
Microsoft Office shortcut
folder, and selecting the
Microsoft Word shortcut.
Note: The location of this
shortcut will vary
depending upon your
chosen configuration and
installation settings.
However, it will most
commonly be located in a
“Microsoft Office” folder
created during the program
installation.
IT 100 4
The Excel Window
Tabs
Quick Access Toolbar Title bar Column Heading
Formula Bar
Active Cell
Scroll bar
Row Number
Sheet Name
Status bar
Horizontal Scroll Bar View buttons Zoom slider
IT 100 5
Microsoft Excel - Ribbon
The first thing to notice is the Ribbon running right across the
top. The Ribbon is supposed to be more intuitive than drop-
down menus. Emphasis is placed on the tools and options
appropriate to what you're doing. Here's a closer look at the
Ribbon when Excel first starts (it's split in half, here):
IT 100 6
Tabs
Other tabs are: Insert, Page Layout, Formulas,
Data, Review and View. (In the image above,
there's also a Developer tab. If you don't do any
programming then you don't have to worry
about this tab.)
In the top left of the Ribbon in Excel 2016
there's a menu called File:
column with Row 5, you get Cell B5. Combine Column D with Row
5 and you get Cell D5.
To make a start, we'll create this really simple spreadsheet:
All we're going to be doing here is entering some text and some
option is the left curved arrow, right at the top of your screen. This
one for Excel 2007 users:
IT 100 9
Quick Access Toolbar
And this one for Excel 2010 users:
Click the left curved arrow to Undo something, and
IT 100 10
Standard Toolbar
1. New - Select FileNew from the menu bar, or press CTRL+N, or click the New
button to create a new workbook.
2. Open - Click FileOpen from the menu bar, or press CTRL+O, or click the
Open folder button to open an existing workbook.
3. Save - The first time you save a workbook, select FileSave
4. As and name the file. After the file is named click FileSave, or CTRL+S, or
the Save button on the standard toolbar.
5. Print - Click the Print button to print the worksheet.
6. Print Preview - This feature will allow you to preview the worksheet before it
prints.
7. Spell Check - Use the spell checker to correct spelling errors on the
worksheet.
8. Cut, Copy, Paste, and Format Painter - These actions will be explained to
you later in this lesson.
IT 100 11
Data Entry
You can enter various kinds of data in a cell.
1. Numbers: Your numbers can be from the entire range of numeric values:
whole numbers (example, 25), decimals (example, 25.67) and scientific
notation (example, 0.2567E+2). Excel displays scientific notation automatically
if you enter a number that is too long to be viewed in its entirety in a cell. You
may also see number signs (# # # # ##) when a cell entry is too long.
Widening the column that contains the cell with the above signs will allow you
to read the number.
2. Text: First select the cell in which data has to be entered and type the text.
Press ENTER key to finish your text entry. If you have numbers to be treated as
text use an apostrophe (‘) as the first character. You cannot do calculations
with these kind of data entry.
3. Date and Time: When you enter dates and times, Excel converts these
entries into serial numbers and kept as background information. However, the
IT 100 12
Working with Cells
Click inside of cell A1 on your spreadsheet, and do the
following:
Type the word "Numbers" (with no quotation marks)
Type the number 3, and again hit the Enter key on your
keyboard
The active cell will move down one, to cell A3
Now put the number 6 into cell A3, and the number 9 in cell
A4
After you have typed the number 9, and hit the Enter key,
IT 100 14
Editing text
To edit a Cell in Excel, first click inside the cell
you want to edit (A1 for us). Then click inside
the formula bar. Notice where your cursor is
now:
The second image shows that the cell A1 is
IT 100 17
Resizing rows and columns
When you see the new shape, hold down your left
mouse button
Keep the left mouse button held down, and drag
your cross to the right
Once you have all the text in the A column, let go
of the left mouse button. The images below show
the process in action:
You can make the height of the Rows bigger or
smaller by using exactly the same technique.
IT 100 18
Resizing rows and columns cont.
…
There are two ways to resize rows and columns.
1. Resize a row by dragging the line below the label of the
row you would like to resize. Resize a column in a similar
manner by dragging the line to the right of the label
corresponding to the column you want to resize.
2. Click the row or column label and select
FormatRowHeight or FormatColumnWidth from
the menu bar to enter a numerical value for the height of
the row or width of the column.
IT 100 19
How to save your work in Excel
To save your spreadsheet, do the following.
Click File Menu in the very top left of Excel.
When you click the File Menu, you'll see the options list
appear
But to save your work, click the Save option. You will then
see another dialogue box appear - Save As
Browse to the specific location in your computer where
you want to save the file
Give the File Name and Click Save
Notice the "Save as Type" box below the file name. The
type is a XLSX file, and this is new from Excel 2007. The
old ending was XLS. Excel 2007 and later can open older
XLS files, but previous versions of Excel can't open XLSX
files
IT 100 20
How to Merge Cells
To merge cells, do the following.
Type the words Shopping Bill into cell A1 of a spreadsheet
Highlight the cells A1, B1 and C1
On the Alignment panel of the Excel Ribbon, locate the
IT 100 21
Entering Simple Addition Formula
appear
Once you've clicked on cell B9, click into the formula bar at
the top
Type this: =B4 + B5 + B6 + B7
IT 100 23
Function instead of a Formula
Functions can be a more efficient way of performing
mathematical operations than formulas. Specifically, in
many cases, a function will simplify formulas that you can
IT 100 24
Other Functions
The following table contains the definitions and examples of
several other available functions:
IT 100 25
The Excel SUM function
• You saw a simple way to add up in the previous section. Enter an
equals sign, followed by the cells you want Excel to add up:
= B4 + B5 + B6 + B7
The SUM function is used to add things up, and saves you the
bother of typing out lots of cell names and numbers. It looks like
this:
=SUM( )
In between the round brackets, you type what you want Excel to
add up. Look at our spreadsheet again:
IT 100 26
SUM() Function
We want to add up the numbers under the Monday
heading, and place the answer in cell B9.
So with cell B9 selected again, click into your formula bar. If
the right bracket, and work out the SUM for you:
IT 100 27
SUM() Function
An easier way to add up number with the SUM function is to
use a colon (:) The colon is a shorthand way of adding up
consecutive cells. Instead of typing out all those cell
references like this:
=SUM(B4 , B5 , B6 , B7)
You can just type out the first cell reference, then a colon,
IT 100 28
AutoFill
If everything went well, you should have an answer of 17 in
cell B9. Fortunately, we can use AutoFill for the rest of the
answers.
Place your mouse pointer to the bottom right of cell B9
The pointer will turn into a thin black cross:
• With your mouse pointer over cell H9, let go of the left
button. Excel will AutoFill the rest of the formulas. It uses
the same formula from cell B9 to get the answers, and just
alters all the cell references. Without AutoFill, you'd have to
type it all out yourself!
IT 100 30
Copy and Paste
Highlight the cells A4, A5, A6 and A7 from previous section.
Locate the Clipboard panel in the Ribbon at the top of the
IT 100 31
Copy and Paste cont.…
Once you see the marching ants, click into cell A15
To paste the copied text over, simply press the Enter key on
your keyboard
You spreadsheet should now look something like ours below:
IT 100 32
Sorting Data in Excel
To make a start, you need to create the spreadsheet below.
You don't need to use the same colours as ours, but
reproduce the data and the headings exactly as they are in
this one:
IT 100 33
Sorting cont.…
Highlight the spreadsheet to look like image below
IT 100 34
Sorting cont.…
The Sort By drop-down list seems empty. Click the down arrow to reveal the
columns you selected:
We want to sort this by the values in the Millions column. So select Millions
from the Sort by list.
Sort On is OK for us - it has Values. But click to see the options in the drop
down list:
Values is the one you'll use the most. Once we have a Sort By and Sort
On option selected, we can then move on to the Order.
IT 100 35
Sorting cont.…
Click the down arrow to see the options on the Order list:
IT 100 36
Chart
IT 100 37
Chart cont.….
Locate the Charts panel:
For this first one, we'll create a Column Chart. So click the
down arrow on the Column item of the Chart Panel. You'll
see a list of available charts to choose from. Select the first
one, the chart highlighted below (2D Column):
Chart will be displayed
IT 100 38
Keyboard Shortcuts
Keyboard shortcuts can save time and the effort of switching from the
keyboard to the mouse to execute simple commands. Print this list of
Excel keyboard shortcuts and keep it at your computer desk for a quick
reference
IT 100 39
End...
IT 100 40