Tuesday, January 22, 2019

Multiply

To multiply numbers in Excel, use the asterisk symbol (*) or the PRODUCT function. Learn how to multiply columns and how to multiply a column by a constant.


  • The formula below multiplies numbers in a cell. Simply use the asterisk symbol (*) as the multiplication operator. Don't forget, always start a formula with an equal sign (=).

multiply in a cell

  • The formula below multiplies the values in cells A1, A2 and A3.

multiply numbers in a range

  • As you can imagine, this formula can get quite long. Use the PRODUCT function to shorten your formula. For example, the PRODUCT function below multiplies the values in the range A1: A7.
function multiply

  • Here's another example.
    more advance function
Explanation: =A1*A2*A3*A4*A5*A6*A7*B1*B2*B3*B4*C1*8 produces the exact same result.


 To multiply two columns, execute the following steps.


First, multiply the value in cell A1 by the value in cell B1.

relative reference multiply value two column


Next, select cell C1, click on the lower right corner of cell C1 and drag it down to cell C6.

Multiply by column


To multiply a column of numbers by a constant number, execute the following steps.


First, multiply the value in cell A1 by the value in cell A8. Fix the reference to cell A8 by placing a $ symbol in front of the column letter and row number ($A$8).
multiply absolute reference

 Next, select cell B1, click on the lower right corner of cell B1 and drag it down to cell B6.

multiply a column contain number

Explanation: when we drag the formula down, the absolute reference ($A$8) stays the same, while the relative reference (A1) changes to A2, A3, A4, etc. You can also use Paste Special to quickly multiply a range of cells by a constant number.