i need to write an IF function formula, how?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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?!!
 
=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?!!
 
Back
Top