IF formula

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

Guest

I do not know how to inser the IF formula i have tried several times and i
dont get it. I need to do a school project in which i have to put the min,
max grade and i have to make the IF formula to say if i im passing or not. I
dont even get how to start the project.
 
Hi Yuselin

Firstly, look in the Help files for IF, it gives a handy description and
also working examples.
Secondly, the simplest way to llok at it is:

=IF("the cell you want to look at and it's criteria", What to do if it is
true", what to do if it false)

So, if your data is in A1 and you want it to say "Passed" if your score is
over 75, and "Fail" if you score is under 75.
you would type:

=IF(A1>75,"Passed","Failed")

HTH
Michael M
 

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

Back
Top