C-09-Q018mediumsingle_mcq
To multiply price (column B) by quantity (column C) for the first product row, a typical formula in the result cell is:
To multiply price (column B) by quantity (column C) for the first product row, a typical formula in the result cell is:
- a
=B2/C2 - b
=B2*C2 - c
=B2+C2 - d
=B2-C2
ব্যাখ্যা
Multiplying price by quantity for a row requires the multiplication operator, giving =B2*C2. The division, addition, and subtraction operators would produce the wrong result.