SlideShare a Scribd company logo
1 of 17
Use of Excel
Spreadsheets in
Computing Grades
PREPARED BY: ELLI MAY A. CAÑAS
OBJECTIVES:
After the presentation, we shall be able to:
◦Know the importance of excel in computing grades
◦Recognize some functions of each formulas in excel
◦Learn the application of the formulas
◦Distinguish some statistical functions and weighted averages
◦Identify some conditional calculations and Look Ups
Why do we use Excel in computing grades?
Ease of inputting grades
Use of formulas for automatic calculation of:
-point totals
-dropping lowest score from total
-averages
-final letter grade conversion
Easy import into other programs (Web, etc.)
What makes Excel so powerful?
Its ability to perform predetermined
calculations, automatically. This is
accomplished by developing formulas that do
the work for us.
It is important to understand how formulas work.
All formulas begin with “=”
Excel uses numbered rows and lettered columns for
reference in formulas.
FUNCTION WHAT IT DOES
SUM(range ) Adds a range of cells
AVERAGE( range) Calculates the average of a range of cells
MAX(range ) Returns the maximum value of a range
MIN(range ) Returns the minimum value of a range
COUNT(range ) Counts the number of values (cells containing numbers) in a range
COUNTA(range ) Counts the number of non-blank cells within a range
COUNTBLANK(range ) Counts the number of blank cells within a range
COUNTIF(range, "string" ) Counts the number of cells that are the same as a search string
STDEV(range) Calculate the standard deviation of a sample
SMALL(range, n) Returns the nth smallest number in the specified range
The table below lists several of the more common and
helpful statistical functions in Microsoft Excel.
Key Notes:
The SUM( ) and AVERAGE( ) functions are most frequently used.
The COUNT( ) function ignores blank cells and does not count cells
that contain text labels.
To count cells containing text, you must use the COUNTA( )
function.
Statistical Functions and Weighted Averages
A B C D E F
1 Student Exam 1 Exam 2 Exam 3 Final Average
2 Davis 88 73 85 78 =AVERAGE(B2:E2)
Excel has numerous functions to summarize data. The AVERAGE( ) function calculates the average of a group of
numbers. For example in cell F2 below, =AVERAGE(B2:E2) calculates the average for the student in row 2. This
AVERAGE( ) function assumes that all test scores are weighted equally. It also ignores blank cells; it does not
treat them as 0.
Weighted Averages
There are many methods to create a weighted average using formulas. For example, if you want to count each
test 20% and the final 40%, use the following formula:
=(B3*.20)+(C3*.20)+(D3*.20)+(E3*.40)
You can easily modify this formula to accommodate a different grading scheme.
A B C D E F
1 Student Exam 1 Exam 2 Exam 3 Final Average
2 Davis 88 73 85 78 =AVERAGE(B2:E2)
3 Johnson 52 71 65 67 =(B3*.20)+(C3*.20)+(D3*.20)+(E3*.40)
Dropping Low Scores
The MIN( ) function returns the smallest value in a range of cells. The formula in cell F4 above adds all test scores
for Smith then subtracts the minimum test score and divides the result by 3. This formula also assumes that all
scores are weighted equally. However, you can calculate a weighted average and drop a low score.
A B C D E F
1 Student Exam 1 Exam 2 Exam 3 Final Average
2 Davis 88 73 85 78 =AVERAGE(B2:E2)
3 Johnson 52 71 65 67 =(B3*.20)+(C3*.20)+(D3*.20)+(E3*.40)
4 Smith 91 85 96 89 =(SUM(B4:E4)-MIN(B4:E4))/3
Excel’s SMALL( ) function is also helpful in determining the second or third lowest score. The syntax of the
SMALL( ) function is =SMALL(data,n) where data is the range of cells containing the data and n represents the
smallest number in the data set.
For example to find the second lowest test score for Connor in the previous example use SMALL(B6:E6,2); to
determine the third lowest score use SMALL(B6:E6,3). If you need to calculate an average that drops the two
lowest scores use MIN( ) to subtract the lowest and use SMALL( ) to subtract the second lowest. The formula in
cell F6 in the table above drops the two lowest exam scores and calculates the average with the final and the
remaining Exam score counting 50% each.
A B C D E F
1 Student Exam 1 Exam 2 Exam 3 Final Average
2 Davis 88 73 85 78 =AVERAGE(B2:E2)
3 Johnson 52 71 65 67 =(B3*.20)+(C3*.20)+(D3*.20)+(E3*.40)
4 Smith 91 85 96 89 =(SUM(B4:E4)-MIN(B4:E4))/3
5 Jones 78 82 67 75 =(SUM(B5:D5)-MIN(B5:D5))/2*.60 + (E5*.40)
6 Connor 88 91 83 75 =(SUM(B6:D6)-MIN(B6:D6)-
SMALL(B6:D6,2))*.50 + (E6*.50)
Conditional Calculations and Lookups
Excel has several logical functions that let you test cells and perform
different operations depending on their contents.
IF( ) function
The IF() function enables you to specify two different calculations based
on a certain condition. The syntax of the IF( ) function is
=IF(condition, calculation if condition is true, calculation if condition is
false)
Conditional Calculations and Lookups
AND( ) and OR( ) functions
To specify multiple conditions within an IF( ) function, use Excel's
AND( ) and OR( ) functions.
The syntax of these functions is:
=AND(condition 1, condition 2, ...condition n)
= OR(condition 1, condition 2, ...condition n)
AND( ) returns the value of TRUE if all its conditions are true, and
returns FALSE otherwise. OR( ) returns TRUE if at least one of the
specified conditions is true.
ISBLANK( ) function
Excel’s ISBLANK( ) function tests whether a certain cell is blank,.
This function returns TRUE if the cell is blank and FALSE if it’s
not.
Conditional Calculations and Lookups
Lookup Tables
The IF( ) function is very useful, but it is limited to either TRUE or FALSE outcomes. In many
worksheets, you might want to create a function that handles multiple outcomes. Excel's
VLOOKUP( ) function is ideally suited for this sort of calculation.
With the VLOOKUP( ) function (short for vertical lookup) you can specify lookup values for
different outcomes. For example, if you have a list of numeric averages in a worksheet, you
can create a formula that assigns letter grades based on a student's numeric score (e.g. a
score of 76 would be a C).
To use a VLOOKUP( ) function, you must first create a lookup table with a range of values.
This lookup table is similar in concept to a tax table. When using a tax table, find your income
in the first column and then read across to the column that applies to you, single, married
etc.
Using Excel in Computing Grades
-END-

More Related Content

What's hot

Empowerment Technologies - Module 5
Empowerment Technologies - Module 5Empowerment Technologies - Module 5
Empowerment Technologies - Module 5Jesus Rances
 
E-Tech L4 Advanced Spreadsheet Skills.pptx
E-Tech L4 Advanced Spreadsheet Skills.pptxE-Tech L4 Advanced Spreadsheet Skills.pptx
E-Tech L4 Advanced Spreadsheet Skills.pptxLeah Condina
 
Curriculum Guide ICT Grade 7-10.pdf
Curriculum Guide ICT Grade 7-10.pdfCurriculum Guide ICT Grade 7-10.pdf
Curriculum Guide ICT Grade 7-10.pdfNikkiRodriguez7
 
[EMPOWERMENT TECHNOLOGIES]-ADVANCED PRESENTATION SKILLS
[EMPOWERMENT TECHNOLOGIES]-ADVANCED PRESENTATION SKILLS[EMPOWERMENT TECHNOLOGIES]-ADVANCED PRESENTATION SKILLS
[EMPOWERMENT TECHNOLOGIES]-ADVANCED PRESENTATION SKILLSJazzyNF
 
TLE ICT 10 CSS MELC (UNOFFICIAL)
TLE ICT 10 CSS MELC (UNOFFICIAL)TLE ICT 10 CSS MELC (UNOFFICIAL)
TLE ICT 10 CSS MELC (UNOFFICIAL)Leonel Rivas
 
Advanced Word Processing Skills - Empowerment Technologies
Advanced Word Processing Skills - Empowerment TechnologiesAdvanced Word Processing Skills - Empowerment Technologies
Advanced Word Processing Skills - Empowerment TechnologiesMark Jhon Oxillo
 
358111385 computer-systems-servicing-dll
358111385 computer-systems-servicing-dll358111385 computer-systems-servicing-dll
358111385 computer-systems-servicing-dllPrince Rainier
 
Excel PowerPoint
Excel PowerPointExcel PowerPoint
Excel PowerPointnhumar
 
Using the IF Function in Excel
Using the IF Function in ExcelUsing the IF Function in Excel
Using the IF Function in ExcelCasey Robertson
 
21ST CENTURY SKILLS AND ICT INTEGRATION IN INSTRUCTION18.pptx
21ST CENTURY SKILLS AND ICT INTEGRATION IN INSTRUCTION18.pptx21ST CENTURY SKILLS AND ICT INTEGRATION IN INSTRUCTION18.pptx
21ST CENTURY SKILLS AND ICT INTEGRATION IN INSTRUCTION18.pptxayeshajane1
 
03 Excel formulas and functions
03 Excel formulas and functions03 Excel formulas and functions
03 Excel formulas and functionsBuffalo Seminary
 
Empowerment Technology Lesson 2
Empowerment Technology Lesson 2Empowerment Technology Lesson 2
Empowerment Technology Lesson 2alicelagajino
 
Empowerment Technologies - Module 1
Empowerment Technologies - Module 1Empowerment Technologies - Module 1
Empowerment Technologies - Module 1Jesus Rances
 
Empowerment Technologies Lecture 6 (Philippines SHS)
Empowerment Technologies Lecture 6 (Philippines SHS)Empowerment Technologies Lecture 6 (Philippines SHS)
Empowerment Technologies Lecture 6 (Philippines SHS)John Bosco Javellana, MAEd.
 
TR - Visual Graphic Design nc iii
TR - Visual Graphic Design nc iiiTR - Visual Graphic Design nc iii
TR - Visual Graphic Design nc iiiElvin Rosales
 
Empowerment Technologies - Module 1.pptx
Empowerment Technologies - Module 1.pptxEmpowerment Technologies - Module 1.pptx
Empowerment Technologies - Module 1.pptxjoelphillipGranada2
 

What's hot (20)

Productivity tools
Productivity toolsProductivity tools
Productivity tools
 
Empowerment Technologies - Module 5
Empowerment Technologies - Module 5Empowerment Technologies - Module 5
Empowerment Technologies - Module 5
 
E-Tech L4 Advanced Spreadsheet Skills.pptx
E-Tech L4 Advanced Spreadsheet Skills.pptxE-Tech L4 Advanced Spreadsheet Skills.pptx
E-Tech L4 Advanced Spreadsheet Skills.pptx
 
Curriculum Guide ICT Grade 7-10.pdf
Curriculum Guide ICT Grade 7-10.pdfCurriculum Guide ICT Grade 7-10.pdf
Curriculum Guide ICT Grade 7-10.pdf
 
[EMPOWERMENT TECHNOLOGIES]-ADVANCED PRESENTATION SKILLS
[EMPOWERMENT TECHNOLOGIES]-ADVANCED PRESENTATION SKILLS[EMPOWERMENT TECHNOLOGIES]-ADVANCED PRESENTATION SKILLS
[EMPOWERMENT TECHNOLOGIES]-ADVANCED PRESENTATION SKILLS
 
Empowerment Technology - Learning Content
Empowerment Technology -  Learning ContentEmpowerment Technology -  Learning Content
Empowerment Technology - Learning Content
 
TLE ICT 10 CSS MELC (UNOFFICIAL)
TLE ICT 10 CSS MELC (UNOFFICIAL)TLE ICT 10 CSS MELC (UNOFFICIAL)
TLE ICT 10 CSS MELC (UNOFFICIAL)
 
Advanced Word Processing Skills - Empowerment Technologies
Advanced Word Processing Skills - Empowerment TechnologiesAdvanced Word Processing Skills - Empowerment Technologies
Advanced Word Processing Skills - Empowerment Technologies
 
358111385 computer-systems-servicing-dll
358111385 computer-systems-servicing-dll358111385 computer-systems-servicing-dll
358111385 computer-systems-servicing-dll
 
Excel PowerPoint
Excel PowerPointExcel PowerPoint
Excel PowerPoint
 
Using the IF Function in Excel
Using the IF Function in ExcelUsing the IF Function in Excel
Using the IF Function in Excel
 
21ST CENTURY SKILLS AND ICT INTEGRATION IN INSTRUCTION18.pptx
21ST CENTURY SKILLS AND ICT INTEGRATION IN INSTRUCTION18.pptx21ST CENTURY SKILLS AND ICT INTEGRATION IN INSTRUCTION18.pptx
21ST CENTURY SKILLS AND ICT INTEGRATION IN INSTRUCTION18.pptx
 
03 Excel formulas and functions
03 Excel formulas and functions03 Excel formulas and functions
03 Excel formulas and functions
 
Empowerment Technology Lesson 2
Empowerment Technology Lesson 2Empowerment Technology Lesson 2
Empowerment Technology Lesson 2
 
Formulas and functions
Formulas and functions Formulas and functions
Formulas and functions
 
Empowerment Technologies - Module 1
Empowerment Technologies - Module 1Empowerment Technologies - Module 1
Empowerment Technologies - Module 1
 
Empowerment Technologies Lecture 6 (Philippines SHS)
Empowerment Technologies Lecture 6 (Philippines SHS)Empowerment Technologies Lecture 6 (Philippines SHS)
Empowerment Technologies Lecture 6 (Philippines SHS)
 
Publisher topic 1
Publisher topic 1Publisher topic 1
Publisher topic 1
 
TR - Visual Graphic Design nc iii
TR - Visual Graphic Design nc iiiTR - Visual Graphic Design nc iii
TR - Visual Graphic Design nc iii
 
Empowerment Technologies - Module 1.pptx
Empowerment Technologies - Module 1.pptxEmpowerment Technologies - Module 1.pptx
Empowerment Technologies - Module 1.pptx
 

Similar to Use Excel Formulas to Calculate Student Grades

cheatsheet from DataCamp.pdf
cheatsheet from DataCamp.pdfcheatsheet from DataCamp.pdf
cheatsheet from DataCamp.pdfRakesh Nimhan
 
Office technology
Office technology Office technology
Office technology SalwaRegina
 
Ms excel commands
Ms excel commandsMs excel commands
Ms excel commandsDiyaVerma14
 
Functions and formulas of ms excel
Functions and formulas of ms excelFunctions and formulas of ms excel
Functions and formulas of ms excelmadhuparna bhowmik
 
functionsandformulas-131221213835-phpapp01.pdf
functionsandformulas-131221213835-phpapp01.pdffunctionsandformulas-131221213835-phpapp01.pdf
functionsandformulas-131221213835-phpapp01.pdfFranzLawrenzDeTorres1
 
ENGR 102B Microsoft Excel Proficiency LevelsPlease have your in.docx
ENGR 102B Microsoft Excel Proficiency LevelsPlease have your in.docxENGR 102B Microsoft Excel Proficiency LevelsPlease have your in.docx
ENGR 102B Microsoft Excel Proficiency LevelsPlease have your in.docxYASHU40
 
Useful Excel Functions & Formula Used everywhere.pptx
Useful Excel Functions & Formula Used everywhere.pptxUseful Excel Functions & Formula Used everywhere.pptx
Useful Excel Functions & Formula Used everywhere.pptxvanshikatyagi74
 
Basic Functions - Excel 2013 Tutorial
Basic Functions - Excel 2013 TutorialBasic Functions - Excel 2013 Tutorial
Basic Functions - Excel 2013 TutorialSpreadsheetTrainer
 
Basic Formulas - Excel 2013 Tutorial
Basic Formulas - Excel 2013 TutorialBasic Formulas - Excel 2013 Tutorial
Basic Formulas - Excel 2013 TutorialSpreadsheetTrainer
 
Microsoft Excel Advanced Features
Microsoft Excel Advanced FeaturesMicrosoft Excel Advanced Features
Microsoft Excel Advanced FeaturesAkashMeghwar2
 
MIS 226: Chapter 2
MIS 226: Chapter 2MIS 226: Chapter 2
MIS 226: Chapter 2macrob14
 
QMMS Lesson 2 - Using Excel Formula.pptx
QMMS Lesson 2 - Using Excel Formula.pptxQMMS Lesson 2 - Using Excel Formula.pptx
QMMS Lesson 2 - Using Excel Formula.pptxROWELL MARQUINA
 

Similar to Use Excel Formulas to Calculate Student Grades (20)

Spreadsheets[1]
Spreadsheets[1]Spreadsheets[1]
Spreadsheets[1]
 
Excel Function Training
Excel Function TrainingExcel Function Training
Excel Function Training
 
cheatsheet from DataCamp.pdf
cheatsheet from DataCamp.pdfcheatsheet from DataCamp.pdf
cheatsheet from DataCamp.pdf
 
Office technology
Office technology Office technology
Office technology
 
Ms excel commands
Ms excel commandsMs excel commands
Ms excel commands
 
Functions and formulas of ms excel
Functions and formulas of ms excelFunctions and formulas of ms excel
Functions and formulas of ms excel
 
Ms excel
Ms excelMs excel
Ms excel
 
Excel formula
Excel formulaExcel formula
Excel formula
 
functionsandformulas-131221213835-phpapp01.pdf
functionsandformulas-131221213835-phpapp01.pdffunctionsandformulas-131221213835-phpapp01.pdf
functionsandformulas-131221213835-phpapp01.pdf
 
Ms excel 2016_function
Ms excel 2016_functionMs excel 2016_function
Ms excel 2016_function
 
ENGR 102B Microsoft Excel Proficiency LevelsPlease have your in.docx
ENGR 102B Microsoft Excel Proficiency LevelsPlease have your in.docxENGR 102B Microsoft Excel Proficiency LevelsPlease have your in.docx
ENGR 102B Microsoft Excel Proficiency LevelsPlease have your in.docx
 
Useful Excel Functions & Formula Used everywhere.pptx
Useful Excel Functions & Formula Used everywhere.pptxUseful Excel Functions & Formula Used everywhere.pptx
Useful Excel Functions & Formula Used everywhere.pptx
 
Excel training
Excel trainingExcel training
Excel training
 
Basic Functions - Excel 2013 Tutorial
Basic Functions - Excel 2013 TutorialBasic Functions - Excel 2013 Tutorial
Basic Functions - Excel 2013 Tutorial
 
Basic Formulas - Excel 2013 Tutorial
Basic Formulas - Excel 2013 TutorialBasic Formulas - Excel 2013 Tutorial
Basic Formulas - Excel 2013 Tutorial
 
Microsoft Excel Advanced Features
Microsoft Excel Advanced FeaturesMicrosoft Excel Advanced Features
Microsoft Excel Advanced Features
 
G10 Unit 4.pptx
G10 Unit 4.pptxG10 Unit 4.pptx
G10 Unit 4.pptx
 
MIS 226: Chapter 2
MIS 226: Chapter 2MIS 226: Chapter 2
MIS 226: Chapter 2
 
Excel.useful fns
Excel.useful fnsExcel.useful fns
Excel.useful fns
 
QMMS Lesson 2 - Using Excel Formula.pptx
QMMS Lesson 2 - Using Excel Formula.pptxQMMS Lesson 2 - Using Excel Formula.pptx
QMMS Lesson 2 - Using Excel Formula.pptx
 

Recently uploaded

Types of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptxTypes of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptxEyham Joco
 
DATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginnersDATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginnersSabitha Banu
 
CELL CYCLE Division Science 8 quarter IV.pptx
CELL CYCLE Division Science 8 quarter IV.pptxCELL CYCLE Division Science 8 quarter IV.pptx
CELL CYCLE Division Science 8 quarter IV.pptxJiesonDelaCerna
 
MARGINALIZATION (Different learners in Marginalized Group
MARGINALIZATION (Different learners in Marginalized GroupMARGINALIZATION (Different learners in Marginalized Group
MARGINALIZATION (Different learners in Marginalized GroupJonathanParaisoCruz
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxpboyjonauth
 
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdfFraming an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdfUjwalaBharambe
 
Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxOH TEIK BIN
 
Capitol Tech U Doctoral Presentation - April 2024.pptx
Capitol Tech U Doctoral Presentation - April 2024.pptxCapitol Tech U Doctoral Presentation - April 2024.pptx
Capitol Tech U Doctoral Presentation - April 2024.pptxCapitolTechU
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...Marc Dusseiller Dusjagr
 
EPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptxEPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptxRaymartEstabillo3
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTiammrhaywood
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptxVS Mahajan Coaching Centre
 
Blooming Together_ Growing a Community Garden Worksheet.docx
Blooming Together_ Growing a Community Garden Worksheet.docxBlooming Together_ Growing a Community Garden Worksheet.docx
Blooming Together_ Growing a Community Garden Worksheet.docxUnboundStockton
 
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxiammrhaywood
 
Hierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of managementHierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of managementmkooblal
 
AmericanHighSchoolsprezentacijaoskolama.
AmericanHighSchoolsprezentacijaoskolama.AmericanHighSchoolsprezentacijaoskolama.
AmericanHighSchoolsprezentacijaoskolama.arsicmarija21
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️9953056974 Low Rate Call Girls In Saket, Delhi NCR
 

Recently uploaded (20)

Types of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptxTypes of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptx
 
DATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginnersDATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginners
 
9953330565 Low Rate Call Girls In Rohini Delhi NCR
9953330565 Low Rate Call Girls In Rohini  Delhi NCR9953330565 Low Rate Call Girls In Rohini  Delhi NCR
9953330565 Low Rate Call Girls In Rohini Delhi NCR
 
CELL CYCLE Division Science 8 quarter IV.pptx
CELL CYCLE Division Science 8 quarter IV.pptxCELL CYCLE Division Science 8 quarter IV.pptx
CELL CYCLE Division Science 8 quarter IV.pptx
 
MARGINALIZATION (Different learners in Marginalized Group
MARGINALIZATION (Different learners in Marginalized GroupMARGINALIZATION (Different learners in Marginalized Group
MARGINALIZATION (Different learners in Marginalized Group
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptx
 
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdfFraming an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
 
Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptx
 
Capitol Tech U Doctoral Presentation - April 2024.pptx
Capitol Tech U Doctoral Presentation - April 2024.pptxCapitol Tech U Doctoral Presentation - April 2024.pptx
Capitol Tech U Doctoral Presentation - April 2024.pptx
 
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdfTataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
 
EPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptxEPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptx
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
 
Blooming Together_ Growing a Community Garden Worksheet.docx
Blooming Together_ Growing a Community Garden Worksheet.docxBlooming Together_ Growing a Community Garden Worksheet.docx
Blooming Together_ Growing a Community Garden Worksheet.docx
 
OS-operating systems- ch04 (Threads) ...
OS-operating systems- ch04 (Threads) ...OS-operating systems- ch04 (Threads) ...
OS-operating systems- ch04 (Threads) ...
 
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
 
Hierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of managementHierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of management
 
AmericanHighSchoolsprezentacijaoskolama.
AmericanHighSchoolsprezentacijaoskolama.AmericanHighSchoolsprezentacijaoskolama.
AmericanHighSchoolsprezentacijaoskolama.
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
 

Use Excel Formulas to Calculate Student Grades

  • 1. Use of Excel Spreadsheets in Computing Grades PREPARED BY: ELLI MAY A. CAÑAS
  • 2. OBJECTIVES: After the presentation, we shall be able to: ◦Know the importance of excel in computing grades ◦Recognize some functions of each formulas in excel ◦Learn the application of the formulas ◦Distinguish some statistical functions and weighted averages ◦Identify some conditional calculations and Look Ups
  • 3. Why do we use Excel in computing grades? Ease of inputting grades Use of formulas for automatic calculation of: -point totals -dropping lowest score from total -averages -final letter grade conversion Easy import into other programs (Web, etc.)
  • 4. What makes Excel so powerful? Its ability to perform predetermined calculations, automatically. This is accomplished by developing formulas that do the work for us.
  • 5. It is important to understand how formulas work. All formulas begin with “=” Excel uses numbered rows and lettered columns for reference in formulas.
  • 6. FUNCTION WHAT IT DOES SUM(range ) Adds a range of cells AVERAGE( range) Calculates the average of a range of cells MAX(range ) Returns the maximum value of a range MIN(range ) Returns the minimum value of a range COUNT(range ) Counts the number of values (cells containing numbers) in a range COUNTA(range ) Counts the number of non-blank cells within a range COUNTBLANK(range ) Counts the number of blank cells within a range COUNTIF(range, "string" ) Counts the number of cells that are the same as a search string STDEV(range) Calculate the standard deviation of a sample SMALL(range, n) Returns the nth smallest number in the specified range The table below lists several of the more common and helpful statistical functions in Microsoft Excel.
  • 7. Key Notes: The SUM( ) and AVERAGE( ) functions are most frequently used. The COUNT( ) function ignores blank cells and does not count cells that contain text labels. To count cells containing text, you must use the COUNTA( ) function.
  • 8. Statistical Functions and Weighted Averages A B C D E F 1 Student Exam 1 Exam 2 Exam 3 Final Average 2 Davis 88 73 85 78 =AVERAGE(B2:E2) Excel has numerous functions to summarize data. The AVERAGE( ) function calculates the average of a group of numbers. For example in cell F2 below, =AVERAGE(B2:E2) calculates the average for the student in row 2. This AVERAGE( ) function assumes that all test scores are weighted equally. It also ignores blank cells; it does not treat them as 0.
  • 9. Weighted Averages There are many methods to create a weighted average using formulas. For example, if you want to count each test 20% and the final 40%, use the following formula: =(B3*.20)+(C3*.20)+(D3*.20)+(E3*.40) You can easily modify this formula to accommodate a different grading scheme. A B C D E F 1 Student Exam 1 Exam 2 Exam 3 Final Average 2 Davis 88 73 85 78 =AVERAGE(B2:E2) 3 Johnson 52 71 65 67 =(B3*.20)+(C3*.20)+(D3*.20)+(E3*.40)
  • 10. Dropping Low Scores The MIN( ) function returns the smallest value in a range of cells. The formula in cell F4 above adds all test scores for Smith then subtracts the minimum test score and divides the result by 3. This formula also assumes that all scores are weighted equally. However, you can calculate a weighted average and drop a low score. A B C D E F 1 Student Exam 1 Exam 2 Exam 3 Final Average 2 Davis 88 73 85 78 =AVERAGE(B2:E2) 3 Johnson 52 71 65 67 =(B3*.20)+(C3*.20)+(D3*.20)+(E3*.40) 4 Smith 91 85 96 89 =(SUM(B4:E4)-MIN(B4:E4))/3
  • 11. Excel’s SMALL( ) function is also helpful in determining the second or third lowest score. The syntax of the SMALL( ) function is =SMALL(data,n) where data is the range of cells containing the data and n represents the smallest number in the data set. For example to find the second lowest test score for Connor in the previous example use SMALL(B6:E6,2); to determine the third lowest score use SMALL(B6:E6,3). If you need to calculate an average that drops the two lowest scores use MIN( ) to subtract the lowest and use SMALL( ) to subtract the second lowest. The formula in cell F6 in the table above drops the two lowest exam scores and calculates the average with the final and the remaining Exam score counting 50% each. A B C D E F 1 Student Exam 1 Exam 2 Exam 3 Final Average 2 Davis 88 73 85 78 =AVERAGE(B2:E2) 3 Johnson 52 71 65 67 =(B3*.20)+(C3*.20)+(D3*.20)+(E3*.40) 4 Smith 91 85 96 89 =(SUM(B4:E4)-MIN(B4:E4))/3 5 Jones 78 82 67 75 =(SUM(B5:D5)-MIN(B5:D5))/2*.60 + (E5*.40) 6 Connor 88 91 83 75 =(SUM(B6:D6)-MIN(B6:D6)- SMALL(B6:D6,2))*.50 + (E6*.50)
  • 12. Conditional Calculations and Lookups Excel has several logical functions that let you test cells and perform different operations depending on their contents. IF( ) function The IF() function enables you to specify two different calculations based on a certain condition. The syntax of the IF( ) function is =IF(condition, calculation if condition is true, calculation if condition is false)
  • 13. Conditional Calculations and Lookups AND( ) and OR( ) functions To specify multiple conditions within an IF( ) function, use Excel's AND( ) and OR( ) functions. The syntax of these functions is: =AND(condition 1, condition 2, ...condition n) = OR(condition 1, condition 2, ...condition n) AND( ) returns the value of TRUE if all its conditions are true, and returns FALSE otherwise. OR( ) returns TRUE if at least one of the specified conditions is true.
  • 14. ISBLANK( ) function Excel’s ISBLANK( ) function tests whether a certain cell is blank,. This function returns TRUE if the cell is blank and FALSE if it’s not. Conditional Calculations and Lookups
  • 15. Lookup Tables The IF( ) function is very useful, but it is limited to either TRUE or FALSE outcomes. In many worksheets, you might want to create a function that handles multiple outcomes. Excel's VLOOKUP( ) function is ideally suited for this sort of calculation. With the VLOOKUP( ) function (short for vertical lookup) you can specify lookup values for different outcomes. For example, if you have a list of numeric averages in a worksheet, you can create a formula that assigns letter grades based on a student's numeric score (e.g. a score of 76 would be a C). To use a VLOOKUP( ) function, you must first create a lookup table with a range of values. This lookup table is similar in concept to a tax table. When using a tax table, find your income in the first column and then read across to the column that applies to you, single, married etc.
  • 16. Using Excel in Computing Grades
  • 17. -END-