08.03.2014 Views

Grade Scales - Help Desk

Grade Scales - Help Desk

Grade Scales - Help Desk

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

<strong>Grade</strong>s User Guide<br />

Function name or<br />

alternate function<br />

Function Description Examples<br />

individual numbers or<br />

results of functions that<br />

return arrays of numbers.<br />

If any argument is<br />

negative, returns the<br />

#NUM! error value.<br />

Max (Maximum)<br />

max(number1<br />

{,number2,<br />

...})<br />

Returns the largest<br />

number in the list of<br />

arguments. The<br />

arguments may be<br />

individual numbers or<br />

results of functions that<br />

return arrays of numbers.<br />

max(12,18,25,15)<br />

returns 25<br />

max(gpa_percent())<br />

returns 96.2<br />

Maxa (Maximum<br />

Alphabetic)<br />

maxa(value1<br />

{,value2, ...})<br />

Sorts the arguments<br />

alphabetically, then<br />

returns the last value.<br />

The arguments may be<br />

individual values or<br />

results of functions that<br />

return arrays of values.<br />

maxa(red,white,blue<br />

,green) returns<br />

white<br />

Median<br />

median(numbe<br />

r1<br />

{,number1,<br />

...})<br />

Returns the median of<br />

the numeric arguments.<br />

The median is the<br />

number in the middle;<br />

half of the numbers are<br />

greater than the median,<br />

half are less. If there is<br />

an even number of<br />

arguments, returns the<br />

average of the two<br />

numbers in the middle.<br />

median(1,2,3,4,5)<br />

returns 3<br />

median(1,2,3,4,5,6)<br />

returns 3.5<br />

median(gpa_gpapoi<br />

nts()) returns 3.333<br />

Min (Minimum)<br />

min(number1<br />

{,number2,<br />

...})<br />

Returns the smallest<br />

number in the list of<br />

arguments. The<br />

arguments may be<br />

individual numbers or<br />

results of functions that<br />

return arrays of numbers.<br />

min(12,18,25,15)<br />

returns 12<br />

min(gpa_percent())<br />

returns 54.8<br />

Min (Minimum<br />

Alphabetic)<br />

mina(value1<br />

{,value2, ...})<br />

Sorts the arguments<br />

alphabetically, then<br />

returns the first value.<br />

The arguments may be<br />

individual values or<br />

results of functions that<br />

return arrays of values.<br />

mina(red,white,blue,<br />

green) returns blue<br />

Mode mode(value1 Returns the mode of the mode(12,18,25,15)<br />

<strong>Grade</strong>s 23

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!