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.
This cell cannot be edited