Excel PPT
Excel PPT
Condition
If false
If function checks the
condition and returns the
result corresponding to it.
In condition1
Condition 1 we test if the score is above 90. If TRUE, return “Excellent” and if not we
move into the next.
In Condition
Condition 22 if the score is above 60. If TRUE, return “Better” and if not we move into the
next.
Condition 33 if the score is above 50. If TRUE, return “Good” and if not return “Bad”.
In Condition