Lab5 ICT
Lab5 ICT
Experiment 5
• Title
• Working with Microsoft Office Excel
• Objectives
• Objective of this lab session is to understand Basics
of Microsoft Office Excel.
What is Excel
Project Management
Task Automation
Understanding the Ribbon
1 2 3 4 5 6 7 8 9
Home Tab: Insert Tab: Draw Tab: Page Formulas Data Tab: Review View Tab: Help Tab:
Basic Insert Tools for Layout Tab: Tab: Import, sort, Tab: Add Customize Access help
functions for tables, drawing, Adjusts print Options for filter, and comments, the layout, resources,
clipboard, charts, erasing, area, page adding clean data check gridlines, guides, and
fonts, shapes, highlighting, setup, and functions, with options spellings, zoom, and documentati
alignment, images, and and touch worksheet formulas, for data accessibility, sheet view on.
cell pivot tables. screen layout for and validation. and review options.
formatting, drawing. printing. calculations. notes.
and
conditional
formatting.
What is
Worksheet
Definition: A single
sheet in Excel, made up
of rows and columns
that form cells.
Cells: Each cell holds
data (text, numbers, or
formulas) and has a
unique address.
Columns & Rows:
Columns are labelled
with letters, rows with
numbers.
What is Workbook
(True/Fals
• Accepted Values: TRUE or FALSE.
• Note: =TRUE is treated as Boolean; TRUE alone is
treated as text.
e)
Data Types in Excel
• Unicode character data stream.
Text • Names, addresses, numbers as text.
• Up to 268 million characters or twice in bytes.
(Blank)
Format a cell
• Right-click cell > Format Cells or use Number Tab.
References in Excel
• Introduction to Cell Referencing
• Using cell addresses instead of hardcoded
values for calculations.
• Makes calculations faster and dynamic.
• Example: Instead of typing “5 * 7,” we use
cell references to perform the same
calculation with =C4 * D4.
• Understanding Cell Addresses
• Cell Address Structure: Combination of
Column Letter + Row Number
• Example: Cell “C4” represents the
intersection of Column C and Row 4.
• Application: Selecting cell address allows
Excel to retrieve and use cell values in
calculations.
References in Excel
Benefits of Cell Referencing
Function
=MAX(range)
• Example: =MIN(B1:B10) – Finds
the smallest value in cells B1 to
B10.
s in • AVERAGE
• Description: Calculates the
average value of a range.
g
• Syntax: =COUNT(range)
• Example: =COUNT(A1:A10) –
counts values in cells A1 to
A10.
Function • COUNTA
• Description: Counts non-empty
s in
cells, counts any cell that
contains text, numbers, dates,
logical values
• Syntax:=COUNT(range)
Functions • IFERROR
• Description: Returns a custom
value if a formula generates an
in Excel
error.
• Syntax: =IFERROR(value,
value_if_error)
• Example: =IFERROR(A1/B1,
"Error") – Returns "Error" if
division by zero occurs.
• SUMIF
and
condition, [sum_range])
• Example: =SUMIF(G1:G10,
">100") – Sums values in G1 to
G10 that are greater than 100.
SUMIFS • SUMIFS
• Description: Adds cells based
Functions
on multiple conditions.
• Syntax: =SUMIFS(sum_range,
range1, condition1, [range2,
condition2], …)