Excel-Fundamentals-Manual
Excel-Fundamentals-Manual
UNDERSTANDING WORKBOOKS
In Microsoft Excel the data you enter, whether it sheets) that have been ruled into columns and
consists of numbers, text, or formulas, is stored rows. Before using Excel it is helpful to know what
in a file known as a workbook. Workbooks are the various parts and elements that make up a
just like huge electronic books with pages (or workbook are.
5 6
A worksheet (or page) in a workbook contains 16,384 columns that are labelled using letters of
the alphabet. The first column in a worksheet is labelled column A, while the last is labelled XFD
A worksheet (or page) in a workbook contains 1,048,576 rows that are labelled using numbers
from 1 to 1,048,576
Where a column and row intersect we get what is known as a cell. You enter your data into
these cells. Each cell in a worksheet can hold up to 32,767 characters – although it would be
unrealistic to ever push it this far. Cells are referred to by their column and row labels. For
example, in the screen above the cell we are pointing to is C11 – this reference is known as the
cell address and is most important as it is frequently used in commands and formulas
When you start typing something, you want it to appear somewhere in the worksheet. As a
consequence when the Status Bar shows Ready mode, at least one cell in the worksheet will be
highlighted – this is known as the active cell. In the screen above, the active cell is cell A1 –
notice that the column label and the row label also appears coloured to indicate the active cell.
You can have more than one active cell – when this occurs you have what is known as a range
A workbook (as you would expect) is made up of pages known as worksheets. You can have as
many sheets in a workbook as your computer resources can accommodate. As a default, a new
blank workbook normally has 3 worksheets labelled Sheet1, Sheet2, and Sheet3. Of course
these labels are pretty boring and meaningless and can be changed to something more relevant
The Insert Worksheet button here will insert another worksheet into the current workbook
should you need it
press
3
When you press the
next cell down
automatically becomes
the active cell. By the
way, even though the text
looks like it is in cells A3
and B3 it really only is in
cell A3 – since there is
nothing in B3, Excel
allows the spill over to be
displayed giving the 4
illusion it is in 2 cells…
2
Try This Yourself:
Continue using the previous
file with this exercise...
FILLING A SERIES
A series refers to a sequence of ordered entries reducing the amount of time taken for data entry,
in adjacent cells, such as the days of the week or and ensuring that the spelling is correct. Excel
months of the year. The fill technique can be provides days and months as special built-in series
used to create these in a worksheet for you, that you can access.
2
Try This Yourself:
Before starting this exercise
Open
File
Click on cell A4
1
Try This Yourself:
Before starting this exercise
Open
E1324 Worksheet
Techniques_1.xlsx…
Press + to insert
another new worksheet
This sheet is named Sheet3
and is inserted before the 4
currently selected sheet.
Now let’s delete a sheet...
COPYING A WORKSHEET
Just as you can copy the contents of cells and have a budget workbook that contains data for
ranges within a worksheet, you can duplicate several departments, you can create a worksheet
worksheets within a workbook. This technique is for the first department and then copy it to create
ideal for replicating layouts. For example, if you identical worksheets for other departments.
1
Try This Yourself:
Continue using the previous
Same
Right-click on Sheet1 to
display the worksheet shortcut
menu
RENAMING A WORKSHEET
By default, Excel names worksheets as Sheet1, makes it much easier to understand the purpose of
Sheet2, Sheet3, etc. These names are fine if you a worksheet. You can also adjust the horizontal
are not planning to share the workbook, but scroll bar to make room for longer, more
changing these to something more relevant meaningful worksheet names.
1
Try This Yourself:
Continue using the previous
Same
shown
The pointer will change to a
double-headed arrow...
mouse button
UNDERSTANDING FORMATTING
In Excel there are always two aspects to a screen it is formatted to appear as a number with a
number: how the number presents on the screen percentage sign, whereas the real value in the cell
(known as formatting) and the underlying value is .02.
of the number. Take 2% as an example – on the
With the formatting removed from the numbers the worksheet looks as follows:
Formatting can also be applied as you type. For example, if you type 30/9/2020 Excel will place the
number 44104 in the cell but will format this number as a date and show it as you typed it. There are also
a range of number formatting options on the ribbon that allow you to apply formatting to numbers after
they have been entered into a worksheet.
CHANGING FONTS
The appearance that you choose for your text is In Excel 2007, font just refers to the typeface or
referred to as the font or typeface. Font shape of the letters. Typical classic fonts include
traditionally refers to a combination of typeface, Times New Roman, Arial, Century Gothic and
style and size in points (e.g. Arial Bold 12 pt). Copperplate.
1
Try This Yourself:
Continue using the previous
Same
1
Try This Yourself:
Continue using the previous
Same
Click in cell A2
UNDERSTANDING BORDERS
Borders are lines that are placed around the is that the lines can be used to group together data
edges of individual cells or ranges. The lines may or indicate totals, or to draw the user’s attention to
be thin, thick, solid, dashed, black or coloured, or critical cells that may need special data entry. Here
even double lines. The reason for using borders are some examples.
Border Variations
Borders can be applied to all four sides of a cell, or to individual sides of a cell. The following
examples show a cell without a border, with an outside border and a top and double bottom border.
1
Try This Yourself:
Continue using the previous
Same
1
Try This Yourself:
Before starting this exercise
Open
File
Click in cell A5
This cell contains a long text 3
entry that spills across several
columns…
UNDERSTANDING FUNCTIONS
Imagine having to create a formula that time consuming to develop. This is the role of
calculated the monthly payments on a loan, or hundreds of arithmetic functions that have been
the average of over 100 cells – these would pre-programmed in Excel for you.
require complex or long formulas that would be
Functions Overview
Functions are simply pre-programmed formulas already provided for you in Excel which can perform
calculations covering a wide range of categories including statistics, date and time arithmetic, financial
calculations, lists, engineering, and more.
Just like normal formulas that you create, functions must start with an equal sign. The equal sign is
then followed by the name of the function (usually a descriptive name which indicates the purpose of
the function). Most functions also require additional information known as arguments which are
supplied to the function in brackets after the function name. Functions are therefore written as follows:
=name(arguments)
The arguments are quite often cell or range references that contain values that can be used in the
function. For example, the commonest function is the SUM function which, as its name suggests, is
used to sum or add values together. If you wanted to add all of the values in the cells from B10 to D15
you would write this function as:
=SUM(B10:D15)
As you can see this is much simpler than writing your own referential formula which would look like:
=B10+B11+B12+B13+B14+B15+D10+D11+D12+D13+D14+D15
Imagine writing and proofing a formula where you had to add 200 cells!
Typing Functions
If you are familiar with the function that you need you can type it into a cell exactly the same way you
type any other formula. If you are not sure if Excel has a function or you can’t quite remember how it is
written you can use the Insert Function tool on the Formula Bar to assist you. When you click on
this tool the Insert Function dialog box will be presented to you which lists the most recently used or
common functions and also allows you to search for other functions that you might need.
The Insert Function dialog box will also type the function out for you and then provide you with a
further dialog box to guide you through the process of specifying the arguments that the function
needs to perform its calculation.
1
Try This Yourself:
Before starting this exercise
Open
File
CALCULATING AN AVERAGE
The AVERAGE function allows you to average average function can be applied using the
the values in a range of cells. It is written in much Functions Wizard, a part of Excel that steps you
the same way as the SUM function, for example, through the process of creating a function or you
=AVERAGE(range of cells to average). The can type it in yourself if you are comfortable with it.
1
Try This Yourself:
Continue using the previous file
Same
File
Press
formula
to complete the 7
#DIV/0!
This message means you are trying to divide a value by
zero – this is mathematically impossible. In the example
at the left we are trying to find the average number of
persons per household. All is fine as long as there is a
value greater than zero in cell B3 (Houses). As soon as
we change this to a zero an error message appears in
the formula cell (B5).
To prevent the error you will need to enter a value
greater than zero into cell B3, the divisor cell.
#VALUE!
In this message Excel is advising that something in the
formula is not a value and therefore a calculation can’t be
made.
A close examination of the example at the left shows cell
B3 contains the word “three”. Therefore the formula in
cell B5 is trying to divide 192,664 (in cell B2) with a word,
which doesn’t make sense.
To fix the error, a value (a number) will need to be
entered in cell B3.
#NAME?
This message appears when text is found in a
formula that can’t be matched to either a
legitimate function or range name.
In the example to the left, the formula has been
entered as =SOME(B3:B7) – there is no such
function as SOME, and presumably the author
should have typed =SUM(B3:B7).
Inserting Charts
The first step when creating a chart is to select the data from the worksheet that you want to chart. It is
important to remember that the selected range (which can be either contiguous or non-contiguous),
should include headings (e.g. names of months, countries, departments, etc). These become labels
on the chart. Secondly, the selected range should not (normally) include totals as these are inserted
automatically when a chart is created.
The second step is to create a chart using the INSERT tab on the ribbon. You can choose a
Recommended Chart where Excel analyses the selected data and suggests several possible chart
layouts.
Alternatively you can create the chart yourself from scratch by choosing one of the Insert commands
in the Charts group. Charts that you create in Excel can be either embedded into a worksheet, or they
can exist on their own sheets, known as chart sheets.
Embedded Charts
Charts that appear within a
worksheet are known as
embedded charts. A chart is
really an object that sits on
top of the worksheet – unlike
numbers and letters, charts
are not actually placed into
worksheet cells.
Chart Sheets
If you want to keep your
chart separate from the data
you can move the chart to
its own sheet. Chart sheets
make it easier and more
convenient to work with your
chart because you’ll see
more of it on the screen –
since the data is not there!
A chart is far more effective at communicating communicate different types of information. Some
results, outcomes or trends than a table of figures charts show simple relationships between values,
displaying the same information. Different chart while others are designed for quite technical
types have been created to purposes. Here is a summary of the use of different
chart types.
RESIZING A CHART
There are two main ways to resize a chart if you These handles appear with dots in them. You can
are not satisfied with its current size. A chart that also resize a chart using commands in the Size
has been selected can be resized by dragging group on the CHART TOOLS: FORMAT tab that
one of the sizing handles around its border. appears when the chart is selected.
3
Try This Yourself:
Continue using the
Same File
Click in cell A1 to
deselect the chart
REPOSITIONING A CHART
It’s unlikely that a chart embedded in the on and dragging the border of the chart to the
worksheet by Excel will be exactly where you desired location. The chart obviously must be
would like it to be. You can easily relocate a chart selected before it can be dragged to a new
to a more appropriate position by clicking position.
2
Try This Yourself:
Continue using the
Same File
Click in cell A1 to
deselect the chart
1
Try This Yourself:
Before starting this
Open
Click on Portrait
Orientation in
Settings then select
Landscape 2
Orientation
Click on [Print] to
print the chart
If you don’t have a
printer connected or
you don’t wish to
print, click on the
Back arrow to
display the workbook
again
2
Try This Yourself:
Continue using the
Same
3
Try This Yourself:
Continue using the
Same File