Final answer:
The correct formula to use in cell K10 is =(J10-SUM(F17:F20))+(G17:G20-160). This formula subtracts the total of the range F17:F20 from the value in cell J10, then adds the total of the range G17:G20, and finally subtracts 160.
Step-by-step explanation:
The correct formula to use in cell K10 is =(J10-SUM(F17:F20))+(G17:G20-160).
This formula subtracts the total of the range F17:F20 from the value in cell J10, then adds the total of the range G17:G20, and finally subtracts 160.
Here's how the formula can be broken down:
- First, we find the sum of the range F17:F20 using the SUM function: SUM(F17:F20).
- Next, we subtract the result from the value in cell J10: (J10-SUM(F17:F20)).
- Then, we add the total of the range G17:G20: (J10-SUM(F17:F20))+G17:G20.
- Finally, we subtract 160: (J10-SUM(F17:F20))+(G17:G20-160).