Microsoft Excel Notes
Microsoft Excel Notes
INSTITUTE(MCTI)
Example:
Microsoft Excel
Google Sheets
LibreOffice Calc
OR
Microsoft Excel is a spreadsheet program developed by Microsoft. It is widely used for data
entry, calculations, creating graphs, analyzing financial information, and more.
Example Uses:
Budget planning
Sales tracking
Student grading
Inventory management
Worksheet
[Link] of MS Excel
Ribbon
The Ribbon in MS-Excel is the topmost row of tabs that provide the user with different
facilities/functionalities. These tabs are:
What is a Cell
A spreadsheet takes the shape of a table, consisting of rows and columns. A cell is created at the
intersection point where rows and columns meet, forming a rectangular box.
What is Cell Address?
The cell address is the name by which is cell can be addressed. For example, if row 7 is
interested in column G, then the cell address is G7.
Home Tab
It provides the basic facilities like changing the font, size of text, editing the cells in the
spreadsheet, autosum.
Formulas
There are a variety of functions. Here are some of the most common functions you'll use:
SUM: This function adds all the values of the cells in the argument.
AVERAGE: This function determines the average of the values included in the argument. It
calculates the sum of the cells and then divides that value by the number of cells in the argument.
argument. This function is useful for quickly counting items in a cell range.
MAX: This function determines the highest cell value included in the argument.
MIN: This function determines the lowest cell value included in the argument.
Data
The Data Tab helps to perform different operations on a vast set of data like analysis through
what-if analysis tools and many other data analysis tools.
Review
This tab provides the facility of thesaurus, checking spellings, translating the text, and helps to
protect and share the worksheet and workbook.
View
It contains the commands to manage the view of the workbook, show/hide ruler, gridlines, etc,
freezing panes, and adding macros.
Insert
Comprises options like table format and style, inserting images and figures, adding graphs, charts
and sparklines, header and footer option, equation and symbols
Page Layout
Themes, orientation and page setup options are available under the page layout option
Easy To Recover Data: If the information is written on a piece of paper, finding it may take
longer, however, this is not the case with excel spreadsheets. Finding and recovering data is easy.
Application of Mathematical Formulas: Doing calculations has become easier and less time-
taking with the formulas option in MS excel
More Secure: These spreadsheets can be password secured in a laptop or personal computer and
the probability of losing them is way lesser in comparison to data written in registers or piece of
paper.
Data at One Place: Earlier, data was to be kept in different files and registers when the
paperwork was done. Now, this has become convenient as more than one worksheet can be
added in a single MS Excel file.
Neater and Clearer Visibility of Information: When the data is saved in the form of a table,
analyzing it becomes easier. Thus, information is a spreadsheet that is more readable and
understandable.
Starting Excel
You are encouraged to start using MS Excel as you read through the following materials to
familiarize with the topics and procedures.
2. Point to Programs
Note: an icon for MS Excel may be located either on the desktop or on the Office toolbar.
Click on Start
Alternatively, you can also click on the Start button and type MS Excel in the search option
available.
In Excel 3 sheets are already opened by default, now to add a new sheet:
Row in Excel
A row in Excel is a horizontal line of cells and it runs from left to right across the worksheet. Each row is
identified by the unique number on its left side from where it started. The total number of rows you have
in a single sheet is 1,048,576. Look below
Column in Excel - A column is a vertical line of cells. Each column has a special letter tha tidentifies it
Excel Practice Question
Week 1, Day 2: Data Entry & Basic Formatting
Instructions:
You are provided with the following data. Enter the information into an Excel sheet as shown, then apply
the required formatting.
Tasks:
Enter the data into an Excel worksheet exactly as shown above.
Make the following formatting changes:
- Make the headers (Name, Department, Salary, Status) bold and italic.
- Change the cell color of the header row to light blue.
- Highlight all employees with a Salary greater than 55000 in light green.
- Change the font color of the "Status" column to blue.
Excel Formulas and Functions
Week 1, Day 3: Basic Formulas, functions and calculations
This document contains essential Excel formulas and functions, along with examples and
explanations for basic calculations.
Ali 76 65 80
Mary 88 92 90
Lucy 60 58 55
✔ Total: =SUM(B2:D2)
✔ Average: =E2/3
✔ Grade: =IF(F2>=80,"A",IF(F2>=60,"B","C"))
Laptop 1200000 10
Phone 850000 5
Tablet 600000 7
Region Sales
North 15000
South 12000
East 18000
West 10000
Month Revenue
Jan 5000
Feb 7000
Mar 8000
Apr 6000
May 7500
Jun 9000
Product Sales
A 3000
B 4500
C 3500
Exercise 4: Market Share
Create a pie chart to show market share of 4 companies.
X 30
Y 25
Z 20
W 25
Category Amount
Rent 1000
Utilities 300
Salaries 2000
Others 700
Grade Count
A 10
B 15
C 8
D 5
F 2
Exercise 7: Website Traffic Sources
Create a pie chart showing traffic sources.
Source Visitors
Direct 2000
Referral 1000
Organic 2500
Social 1500
Year Sales
2019 40000
2020 42000
2021 45000
2022 47000
2023 50000
Employee Score
John 85
Alice 90
Bob 78
Diana 88
Exercise 10: Inventory Levels
Create a column chart showing current inventory levels.
Item Quantity
Laptops 50
Monitors 30
Keyboards 100
Mice 80
Excel Practical Questions and Solutions
Average = Total / 3
Grade Rules:
- A: >= 80
- C: < 60
Ali | 76 | 65 | 80 | | |
Mary | 88 | 92 | 90 | | |
Lucy | 60 | 58 | 55 | | |
Laptop | 1200000 | 10 | |
Phone | 850000 | 5 | |
Tablet | 600000 | 7 | |
John 75 65 80 90 85
Amina 45 60 55 70 50
Michael 85 88 90 95 92
Grace 60 58 70 65 75
Sarah 30 45 35 40 50
Instructions:
1. Calculate Total Marks for each student.
2. Calculate the Average Marks.
3. Determine the Maximum and Minimum subject score for each student.
4. Calculate the Range (Max - Min) of scores for each student.
5. Assign Grade based on Average:
- A = 80–100
- B = 60–79
- C = 50–59
- D = 40–49
- F = Below 40
6. Set Status:
- 'Pass' if average ≥ 50, otherwise 'Fail'.
7. Calculate the Performance Percentage = (Total Marks / 500) * 100
8. Draw a Histogram of the performance percentage of the 5 students.
Question 2: Class Test Performance Evaluation
Scenario:
A teacher conducted a test for 6 students in 4 subjects and wants to analyze the results
using Google Sheets:
James 65 70 75 60
Lydia 90 85 88 92
Peter 40 45 38 50
Anita 70 75 78 80
Kelvin 55 60 50 58
Halima 30 28 35 40
Instructions:
1. Calculate Total Marks for each student.
2. Calculate Average Marks.
3. Determine the Maximum and Minimum subject mark for each student.
4. Calculate the Range = Max - Min.
5. Assign a Grade based on Average:
- A = 85–100
- B = 70–84
- C = 55–69
- D = 40–54
- F = Below 40
6. Set Status: 'Pass' if average ≥ 50, else 'Fail'.
7. Calculate Performance Percentage = (Total Marks / 400) * 100
8. Draw a Histogram showing number of students per grade (A, B, C, D, F).
How a Company Uses Microsoft Excel for Employees
Scenario:
BrightTech Solutions Ltd. uses Microsoft Excel extensively in the Human Resources (HR)
department to manage employee data, payroll calculations, leave tracking, and performance
evaluations.
Features Used:
- Excel Formulas (e.g., `=C2+D2-E2`) to automate net salary calculation.
- Data Validation to ensure all salary inputs are accurate.
- Conditional Formatting to highlight any deductions over a certain threshold.
- Pivot Tables to summarize monthly payments by department.
Sample Questions:
- Create a table with the following columns: Employee Name, Annual Leave Entitled, Sick
Leave Entitled, Leave Taken (Annual), Leave Taken (Sick), Remaining Annual Leave,
Remaining Sick Leave.
- Use formulas to calculate remaining leave days for both annual and sick leave.
- Apply conditional formatting to highlight employees with less than 5 leave days remaining.
- Create a pie chart showing the percentage of leave used vs. leave remaining for one
employee.
Sample Questions:
- Create a table with the following columns: Employee Name, January Score, February Score,
March Score, April Score, Average Score.
- Use AVERAGE function to compute each employee’s average performance.
- Apply conditional formatting to highlight scores below 60%.
- Create a bar chart to compare average performance between employees.
- Create a line chart to show performance trend of a single employee across the months.
Sample Questions:
- Create a table with the following columns: Training Topic, Trainer, Date, Time, Duration,
Number of Attendees.
- Use Excel’s date and time formatting to display schedule properly.
- Use Data Validation to create a dropdown list for training topics.
- Apply conditional formatting to highlight training sessions with less than 10 attendees.
- Create a calendar view to show training sessions across the month.
Examples and Solutions for Additional Excel Sheets Used in a Company
Employee Name | Annual Leave Entitled | Sick Leave Entitled | Leave Taken (Annual) |
Leave Taken (Sick) | Remaining Annual Leave | Remaining Sick Leave
John Musa | 28 | 10 |5 |2 | =B2-D2 | =C2-E2
Asha Mdee | 25 | 12 |8 |3 | =B3-D3 | =C3-E3
Solution: Use formula `=B2-D2` to get Remaining Annual Leave and `=C2-E2` for Remaining
Sick Leave.
Bar Chart: Insert -> Chart -> Bar -> Select employee names and their average scores.
Line Chart: Insert -> Chart -> Line -> Select one employee’s monthly scores.
Solution:
- Format date and time: Select cells -> Format -> Date/Time.
- Conditional formatting: Highlight sessions with attendees < 10.
- Calendar view: Create a monthly layout and use cell references to fill in training dates.
Google Sheets: Overview, Uses, and
Importance in Relation to Microsoft
Excel
Brief Explanation
Google Sheets is a free, cloud-based spreadsheet application provided by Google. It allows
users to create, edit, and collaborate on spreadsheets online in real time. Similar to Microsoft
Excel, it supports formulas, charts, pivot tables, and conditional formatting, but with a strong
focus on online collaboration and accessibility from any device with internet access.
Summary
Google Sheets is a powerful, web-based spreadsheet tool that complements Microsoft Excel
by offering better collaboration, cloud access, and integration with other online tools. While
Excel is more powerful for advanced data modeling and analytics, Google Sheets is excellent
for team projects, accessibility, and cost-effective solutions.
John 75 65 80 90 85
Amina 45 60 55 70 50
Michael 85 88 90 95 92
Grace 60 58 70 65 75
Sarah 30 45 35 40 50
Instructions:
1. Calculate Total Marks for each student.
2. Calculate the Average Marks.
3. Determine the Maximum and Minimum subject score for each student.
4. Calculate the Range (Max - Min) of scores for each student.
5. Assign Grade based on Average:
- A = 80–100
- B = 60–79
- C = 50–59
- D = 40–49
- F = Below 40
6. Set Status:
- 'Pass' if average ≥ 50, otherwise 'Fail'.
7. Calculate the Performance Percentage = (Total Marks / 500) * 100
8. Draw a Histogram of the performance percentage of the 5 students.
James 65 70 75 60
Lydia 90 85 88 92
Peter 40 45 38 50
Anita 70 75 78 80
Kelvin 55 60 50 58
Halima 30 28 35 40
Instructions:
1. Calculate Total Marks for each student.
2. Calculate Average Marks.
3. Determine the Maximum and Minimum subject mark for each student.
4. Calculate the Range = Max - Min.
5. Assign a Grade based on Average:
- A = 85–100
- B = 70–84
- C = 55–69
- D = 40–54
- F = Below 40
6. Set Status: 'Pass' if average ≥ 50, else 'Fail'.
7. Calculate Performance Percentage = (Total Marks / 400) * 100
8. Draw a Histogram showing number of students per grade (A, B, C, D, F).
Scenario:
BrightTech Solutions Ltd. uses Microsoft Excel extensively in the Human Resources (HR)
department to manage employee data, payroll calculations, leave tracking, and performance
evaluations.
Features Used:
- Excel Formulas (e.g., `=C2+D2-E2`) to automate net salary calculation.
- Data Validation to ensure all salary inputs are accurate.
- Conditional Formatting to highlight any deductions over a certain threshold.
- Pivot Tables to summarize monthly payments by department.
Sample Questions:
- Create a table with the following columns: Employee Name, Annual Leave Entitled, Sick
Leave Entitled, Leave Taken (Annual), Leave Taken (Sick), Remaining Annual Leave,
Remaining Sick Leave.
- Use formulas to calculate remaining leave days for both annual and sick leave.
- Apply conditional formatting to highlight employees with less than 5 leave days remaining.
- Create a pie chart showing the percentage of leave used vs. leave remaining for one
employee.
Sample Questions:
- Create a table with the following columns: Employee Name, January Score, February Score,
March Score, April Score, Average Score.
- Use AVERAGE function to compute each employee’s average performance.
- Apply conditional formatting to highlight scores below 60%.
- Create a bar chart to compare average performance between employees.
- Create a line chart to show performance trend of a single employee across the months.
Sample Questions:
- Create a table with the following columns: Training Topic, Trainer, Date, Time, Duration,
Number of Attendees.
- Use Excel’s date and time formatting to display schedule properly.
- Use Data Validation to create a dropdown list for training topics.
- Apply conditional formatting to highlight training sessions with less than 10 attendees.
- Create a calendar view to show training sessions across the month.
Employee Name | Annual Leave Entitled | Sick Leave Entitled | Leave Taken (Annual) |
Leave Taken (Sick) | Remaining Annual Leave | Remaining Sick Leave
John Musa | 28 | 10 |5 |2 | =B2-D2 | =C2-E2
Asha Mdee | 25 | 12 |8 |3 | =B3-D3 | =C3-E3
Solution: Use formula `=B2-D2` to get Remaining Annual Leave and `=C2-E2` for Remaining
Sick Leave.
Bar Chart: Insert -> Chart -> Bar -> Select employee names and their average scores.
Line Chart: Insert -> Chart -> Line -> Select one employee’s monthly scores.
🧠 Mfano Rahisi:
Una data ya mauzo kama hii: