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?!!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top