17,108 views
26 votes
26 votes
In cell j6, enter a formula to determine the cost of gas if the customer chose that option as indicated in column i. If the customer did not choose the option, then the formula should return zero. Use the named range for cell b44 in this formula. Copy the formula to the range j7:j32

User Blair Zajac
by
2.3k points

1 Answer

19 votes
19 votes

Answer:

To determine the cost of gas if the customer chose that option as indicated in column I, you can use the following formula:

=IF(I6=TRUE, B44, 0)

To copy this formula to the range J7:J32, you can use the following steps:

  1. Select cell J6.
  2. Press and hold the Ctrl key, and then select cells J7:J32.
  3. Press the Enter key to apply the formula to the selected cells.
  4. This will apply the formula to the range J7:J32, with the cell references being adjusted automatically for each cell.

Note: Make sure that the named range for cell B44 is correctly defined and can be accessed by the formula.

User Darren Cooney
by
3.5k points