This intro problem practices IFS. IFS checks conditions in order and returns the value for the first true condition. Update the output cells so scores of 90 or more return "A", scores of 80 or more return "B", scores of 70 or more return "C", and lower scores return "D".
See Examples
Your solution should use cell references so it updates automatically if the input cells change values.
Need help with IFS details and syntax? Review the IFS function guide first.
This cell cannot be edited