This intro problem practices VLOOKUP. VLOOKUP searches for a value in the first column of a table and returns a matching value from another column in that same row. Update the output cells so each order shows the total cost by looking up the order item's price in the price lookup table and multiplying it by the order quantity. See Examples
Your solution should use cell references so it updates automatically if the input cells change values.
This cell cannot be edited