Excel BasicsPDF
Excel BasicsPDF
Contents
Table of
Excel Basics
Content
s
What’s Ahead?
Types of Entries ■
Entering Formulas ■
■ Introduction
Entering Functions ■
■ Terminology
Navigate a Worksheet
■ The Excel Window ■
■ Copying & Moving ■ Labels
Sheets
Formulas
Cells
Values
Introduction
■ What is a spreadsheet?
■ Electronic grid used to store and manipulate numeric information
■ Examples: Quattro Pro, Microsoft Excel, or Lotus 1-2-3
Terminology
■ Worksheet
■ A grid of rows and columns
■ Row
■ A horizontal section of the grid
■ Represented by numbers from 1 to 65535
■ Column
■ A vertical section of the grid
■ Represented by letters from A to IV (256 columns)
■ Cell
■ The point where a row and column intersect
4/12/2024 Excel Introduction 4
Table of
Content
s
Cell
■ Shows where your cursor currently is (e.g., C4)
■ Sheet tabs
■ Shows the names of different worksheets
Types of Entries
■ Numbers (Values)
■ Numbers entered in a spreadsheet
■ Formulas and Functions
■ Formula: 🡪 =D5+D6-E8
■ Function: 🡪 =Sum(A1:A9)
■ Text (Labels)
■Normally left aligned within a cell ■ Type
an ‘ (apostrophe) before a number you
want to use as a label
4/12/2024 Excel Introduction 6
Table of
Content
s
Entering Formulas
Entering Formulas
=20+(2+2)*2^2 =36
4/12/2024 Excel Introduction 8
Table of
Content
s
Entering Functions
■ Predefined formulas used to ■ Entering functions: ■ Typed
directly
do complex calculations
■ Using the Paste Function button
■ Begin with =, followed by the
function name (e.g., Sum). ■
Contain arguments within
parentheses
Source: Microsoft Help Screens
The parentheses around the first part of the formula force Excel
to calculate A4+24 first and then divide the result by the sum of
the values in cells F1 to F5
Table of
Contents
Order of Operations
Order Operator Description
1 () Parentheses
2 ~ Negation
3 % Percent
4 ^ Exponentiation
5 * and / Multiplication and Division
6 + and - Addition and Subtraction
7 & Concatenation
8 =, <, <=, >=, <> Comparison Operators
Entering Functions
■ Average of values
■ Max(number1,number2,…)
■ Largest value
■ Predefined functions ■
Sum(number1,number2,…) ■ ■Min(number1,number2,…)
■ Smallest value
Adds values
■ Count(number1,number2,…)
■ Average(number1,number2,…)
■
The # of cells with a value ■ =Min(A3:B4) = 8
■ Sample functions ■ =Count(A3:B4) = 4
■ =Sum(A3:B4) = 40
■ =Sum(A3,A4,B3,B4) = 40
■ =Average(A3:B4) = 10 ■
=Max(A3:B4) = 12
4/12/2024 Excel Introduction 17
Table of
Content
s
Navigate a Worksheet
■ Ready Mode
■ ^+HOME = Moves to cell A1
■ ^+End = Move to lower right of active area ■
Navigate a Worksheet
■ Edit Mode
■ F2 or double click = Switches to
the Edit mode
■ Home = Moves to the left side of
the current line
■ End = Goes to the right side of the
current line
■ ^ 🡨 or ^ 🡪 = Moves left or right a
word at a time
View🡪Toolbars🡪Clipboard
4/12/2024 Excel Introduction 20
Table of
Content
s
Types of Cell References Types of
■ Moving sheets
■ Grab and drag the sheet
■ Creating new sheets
■ Insert 🡪 Worksheet
■ Select several worksheets first
■ Action
■ Move cell pointer or select
range of cell
Table of
Contents
Double Arrow
■ Meaning
■ When the pointer is on a border
(column, row, or window), the
pointer changes to a two-headed
black pointer. When adjusting row
height, the arrow goes up and
down. When adjusting column
width, the arrows point right to left.
■ Action
■ Adjust the column width, row
height, or window size
Table of
Contents
Insertion Point
■ Meaning
■ When you are editing the
contents of a cell, the
pointer will change to an I
beam.
■ Action
■ Move the insertion point
within the cell
Table of
Contents
Move Object Cursor
■ Meaning
■ The pointer turns to a
four-headed arrow
when you have a
graphic that may be
moved
■ Action
■ With the pointer over
the graphic, click and
drag to the new
location
Table of
Contents
■ Action
■ Click and drag cell to
a new location
Table of
Contents
Fill Corner
■ Meaning
■Appears when you are
at the "fill corner" of a
cell or range of cells.
■ Action
■ Click and drag the fill
corner to Auto fill
other cells with similar
information
Table of
Content
s
The End
4/12/2024 Excel Introduction 31