123k views
3 votes
Enter a formula in G4 using cell references to calculate the inventory cost for each item. Copy the formula down to G62

a) Excel formula
b) SQL query
c) Python script
d) JavaScript function

User Oggy
by
8.0k points

1 Answer

3 votes

Final answer:

To calculate the inventory cost for each item in Excel, use the formula =B4*C4+D4. Copy the formula down to G62 by dragging the fill handle.

Step-by-step explanation:

The formula for calculating the inventory cost for each item in Excel is:

=B4*C4+D4

Step-by-step explanation:

  • B4 is the cell reference for the quantity of items.
  • C4 is the cell reference for the cost per item.
  • D4 is the cell reference for any additional costs.
  • The formula multiplies the quantity by the cost per item and adds any additional costs to calculate the inventory cost for each item.

To copy the formula down to G62, select cell G4, then click and drag the fill handle (a small square at the bottom right corner of the cell) down to G62.

User Running Turtle
by
7.3k points