All employees who complete a training module receive a score from 0 to 5. Update the output cells so that each employee's training status says "pass" if they have recieved a score greater than 1 in at least two separate modules. Otherwise it should say "fail". See Examples
Your solution should use cell references so it updates automatically if the input cells change values.
This cell cannot be edited
All employees who complete a training module receive a score from 0 to 5. Update the output cells so that each employee's training status says "pass" if they have recieved a score greater than 1 in at least two separate modules. Otherwise it should say "fail".