Microsoft Excel Training Lecture Slides
Microsoft Excel Training Lecture Slides
OLURANTI DIYAN
CSA, MIDPM, MNCS, FAIMP
Objectives of Microsoft Excel Training
Example:
Color-code project phases (e.g., Initiation,
Execution, Closing).
Basic Excel Functions
Basic Functions
• SUM: Adds a range of numbers.
• AVERAGE: Calculates the average of a range of numbers.
• COUNT: Counts the number of cells containing numbers.
• COUNTA: Counts the number of non-empty cells.
• MAX: Returns the largest number in a set.
• MIN: Returns the smallest number in a set.
Hands-on Example:
• Create a simple task list with task names, due dates, and
completion status.
• Use SUM to total completed tasks.
Basic Excel Functions
Logical Functions
• IF: Checks a condition and returns one value if TRUE
and another if FALSE.
• AND: Checks if all conditions are TRUE.
• OR: Checks if any conditions are TRUE.
• NOT: Reverses the logical value of its argument.
Hands-on Example:
• Create a simple task list with task names, due dates,
and completion status.
• Use SUM to total completed tasks.
Excel Functions for Project Planning
VLOOKUP and HLOOKUP: Used to find specific data in large
datasets.
Hands-on Example:
• Create a bar chart showing task completion by phase.