This intro problem practices IF. IF checks whether a condition is true, then returns one value when it is true and another value when it is false. Update the output cells so each student row shows "Hit" when the student's score is at least as high as their goal, otherwise show "Miss".
See Examples
Your solution should use cell references so it updates automatically if the input cells change values.
Need help with IF details and syntax? Review the IF function guide first.
This cell cannot be edited