i need to write an IF function formula, how?

M

maxwell

i need to write an IF function that displays "made" if the average in H5 is
less than 76 and "cut" if the score is not less than 76. help?!!
 
D

Dave Peterson

=if(h5<76,"made","cut")
i need to write an IF function that displays "made" if the average in H5 is
less than 76 and "cut" if the score is not less than 76. help?!!
 
Top