Monday, July 14, 2008

Using IF statements

Add an if statement to your Gradesheet:

if a percentage is between 90 - 100 the Grade is an "A"
if a percentage is between 80 - 89 the grade is a "B"
if a percentage is between 70 - 79 the grade is a "C"
if a percentage is between 60 - 69 the grade is a "D"
if a percentage is between 0 - 59 the grade is a "F"


We'll go over how to do this with Google Documents and Excel.

No comments: