0% found this document useful (0 votes)
7 views

LAB04 Excel

Uploaded by

Alosh zaki
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
7 views

LAB04 Excel

Uploaded by

Alosh zaki
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

Course Name: Computer Skills &

Pharos University in Alexandria ComputerConcepts


Engineering
Programming I
Faculty of Engineering Department
Course Code: UEC01E
Computer Engineering Department
Lecturer: Dr.sameh abo samra
Fall 2024-2025
Fall 2021 - 2023

MicrosoftExcel
1. Start Microsoft Excel and create the following table starting from cell A1

Formats
2. Select cells from A1 to H1 and make the title for the table “Students Grades” in one cell
and at the center of the table using “Merge and Center” option, from alignment section.
3. Make that title bold, text color blue and font size 20.
4. Select cells from A2: H2 and make all the text in the cells bold and center alignment,
and fill the cells with any color of your choice.
5. Select all the cells in the table from A1:H8 and create borders – Select “All borders”
from font section.
6. Select the bottom row, cells from A8:H8 and create “Thick bottom border” from font
section.
7. Select all students’ grades from cell C3:H8 and change the type of the data to be
numbers with two fraction digits.
8. Select cells from B2:H8 and sort the students alphabetically from A-Z, by clicking on
“Sort & Filter” button in the Editing section. – Observe the corresponding grades for the
students.
9. Repeat the previous sorting – but this time select cells from B2:E8 and sort the students
alphabetically from Z-A. – Observe the corresponding grades for the students.
10. Select cells from A2:H8, and adjust the width of the columns by selecting “AutoFit
column width” option from Format button in Cells Section.

Page 1 of 3
Course Name: Computer Skills &
Pharos University in Alexandria
Programming Concepts I
Faculty of Engineering
Course Code: UEC01E
Computer Engineering Department
Lecturer: Dr.sameh abo samra
Fall 2021 - 2023

Formulas
11. At cell C9, write a formula to calculate the summation of the students’ grades in Exam 1.
= 𝑆𝑈𝑀(𝐶3: 𝐶8)
12. At cell D9, write a formula to calculate the average of the students’ grades in Exam 2.
= 𝐴𝑉𝐸𝑅𝐴𝐺𝐸(𝐷3: 𝐷8)
13. At cell E9, write a formula to calculate the summation of the students’ grades in Exam 3,
if the students’ grades are greater than or equal 50.
= 𝑆𝑈𝑀𝐼𝐹(𝐸3: 𝐸8,">= 50",E3:E8)
14. At cell F9, write a formula to calculate the maximum grade for Exam 4.
= 𝑀𝐴𝑋(𝐹3: 𝐹8)
15. At cell G9, write a formula to calculate the minimum grade for Exam 5.
= 𝑀𝐼𝑁(𝐺3: 𝐺8)
16. At cell H9, write a formula to count the students’ grades for Exam 6.
= 𝐶𝑂𝑈𝑁𝑇(𝐻3: 𝐻8)

Charts
17. Create a chart for the table by selecting the table from B2:H8, then go to “Insert tab”

18. At “Charts” Section select 2-D column charts and select the first chart.

19. Select the chart, which will display two new taps, Select “Design” tap from Chart tools.

Page 2 of 3
Course Name: Computer Skills &
Pharos University in Alexandria
Programming Concepts I
Faculty of Engineering
Course Code: UEC01E
Computer Engineering Department
Lecturer: Dr.sameh abo samra
Fall 2021 - 2023

20. Select “Add Chart Elements”.


21. Add a chart title to your chart to be “Students Grades”.
22. Add Axis Titles to both horizontally and vertically.
a. Horizontal Axis will be “Exams”.
b. Vertical Axis will be “Grades”.

Page 3 of 3

You might also like