Excel Training
Excel Training
or
Select a cell
Right click
Select Entire row
Deleting columns
Select the column header you want to remove
Then right click
Then click Delete
or
Select a cell
Right click
Select Entire column
Auto-filling
There is an easy method to fill the data in columns and rows.
The data may be Numeric or dates and text.
When the mouse pointer changes shape, press the mouse button
move down the column or to the right where you want to autofill
or copy your data.
When you release the mouse button you will see that the Excel has
Auto-filled the range you dragged across.
Auto-filling
Auto-filling
Auto-filling
Auto-filling
Inserting a Cell
You can insert cells, columns or rows when necessary to change
the arrangement of the data on the worksheet.
When you insert cell(s) into a worksheet, existing cells shift their
position to the right or down.
For example, if you select A1 and then insert a cell (by shifting
cells right), the data that was in cell A1 is shifted to the right and
becomes cell B1.
If you select A1 and then insert a cell (by shifting cells down), the
data that was in cell A1 is shifted to the bottom cell and becomes
cell A2.
Inserting a Cell
Inserting a Cell
Protect sheet
Protect particular cell
To protect your cell
Protection tab
check locked button
Review tab
Changes group
Review tab
Protect sheet
Type & confirm password
Cell Reference
When you create a formula that references other cells, Excel
attempts to simplify your life by applying automatic formatting.
It reads the number format that the source cells (that is, the cells
being referred to ) use, and applies that format to the cell that
contains the formula.
Absolute Reference
Relative Reference
Mixed Reference
Relative Reference
When a formula is copied, the relative reference is used.
Relative reference is the distance, in rows and columns,
between the reference and the cell containing the formula.
For example, in Cell A1, type the number 100. In Cell B1, type
the formula =A1.
Cell B1 is one column to the right of Cell A1.
When the formula is copied from Cell B1 to Cell B10, the
distance between the reference and the cell containing the
formula remains one column.
Absolute Reference
Use the previous example and select Cell B1.
In the formula bar, select the reference A1, and press F4. The
result is =$A$1.
Copy the contents of Cell B1 to Cell B10.
Notice that the formula does not change; the formula reference
remains constant as =$A$1.
Use F4
Example:
relative reference to the column and row, =A1.
absolute reference to the column and row, =$A$1.
Mixed Reference
Some formulas don’t require you to change the entire cell
reference from relative to absolute in order to copy them
correctly.
In some situations, you only need to indicate that the column
letter or the row number remains unchanged in all copies of the
original formula.
A cell reference that is part relative and part absolute is called a
mixed cell reference.
Example: relative reference (column) and absolute reference
(row), =A$1.
Absolute reference (column) and relative reference (row), =$A1
Health Break
Basic Formula
What is formula?
A formula is a series of instructions that you place
in a cell in order to perform some kind of
calculation.
These instructions may be as simple as telling Excel
to sum up a column of numbers.
You enter each formula into a single cell.
Excel calculates the result of a formula every time
you open a spreadsheet or change the data a
formula uses.
Most formula results are numbers, but you can
create formulas that have text or Boolean (true or
Basic Formula
One of the simplest formulas you can create is this
one: =1+1
Every formula must begin with the equal sign. It
signals to Excel that the cell contains a formula, not
just ordinary text.
We can use simple operators like
+,-,/,*,^(exponent) and %.
Excel's order of operations
Mathematician-speak for deciding which
calculations to perform first when there’s more than
one calculation in a formula.
For example, given the formula:
=10-2*3