if statements
Posted by Reekha on February 02, 2001 5:34 PM
This is the formula i typed in to calculate grade for set of averages but it gives "F" for all values. i can't seem to figue out what is wrong woth is formula. CAn someone take a look at this and tell me.
=IF(BD8>=89.5,"A", IF(BD8>=79.5,"B",IF(BD8>=69.5,"C", IF(BD8>=59.5,"D","F"))))