
Here we go again comrades! 4) IF Statements
IF Statements can logically compare data & tell you if certain conditions are met.
For example, a logical comparison would be to return the word "Pass" if a score is >70, and if not, it will say "Fail".
An example of this would be: =IF(C5>70,"Pass","Fail")

0
0
0