Page 25 - Computing E-Book Grade 6
P. 25
The City School 2021-2022
Analysing Data
The example above demonstrates the nested IF
condition. The IF condition evaluates the value
in average column. If the value is in between 90
then declare “A+”, if the value is between 80 then Checkpoint
declare “A”, if the value is in between 70 then
The AND function returns true if all
declare “B”, if the value is in between 60 then conditions are met and false otherwise.
The OR function returns true if even one
declare “C” and if all these conditions are not met condition is met and false otherwise.
then declare “Fail”. COUNTIF is an Excel function to count
cells in a range that meet a single
It is also possible to combine other functions within condition.
the nested IF formula. An example is provided below
where excel evaluates student average scores and
returns the performance comments specified in the
IF condition.
25

