Multiply numbers

Microsoft Office Excel 2003

Important This procedure replaces the numbers in the range with the result of the multiplication.

  1. In an empty cell, enter the number you want to multiply by.
  2. Select the cell, and on the Edit menu, click Copy.
  3. Select the range of numbers you want to multiply.
  4. On the Edit menu, click Paste Special.
  5. Under Operation, click Multiply.
  6. Click OK.
  7. Delete the content of the cell entered in the first step.

ShowMultiply numbers in different cells using a a formula

Use the asterisk (*) operator or the PRODUCT function to do this task.

Worksheet example

The example may be easier to understand if you copy it to a blank worksheet.

Show How?

  1. Create a blank workbook or worksheet.
  2. Select the example in the Help topic. Do not select the row or column headers.

    Selecting an example from Help

    Selecting an example from Help

  3. Press CTRL+C.
  4. In the worksheet, select cell A1, and press CTRL+V.
  5. To switch between viewing the results and viewing the formulas that return the results, press CTRL+` (grave accent), or on the Tools menu, point to Formula Auditing, and then click Formula Auditing Mode.
 
1
2
3
4
A
Data
5
15
30
Formula Description (Result)
=A2*A3 Multiplies the numbers in the first two cells (75)
=PRODUCT(A2:A4) Multiplies all the numbers in the range (2250)
=PRODUCT(A2:A4,2) Multiplies all the numbers in the range, and 2 (4500)

Function details

PRODUCT