Microsoft Office Online
Sign in to My Office Online (What's this?) | Sign in

 
 
Help and How-to
Search
Search
 
 
 
 
Warning: You are viewing this page with an unsupported Web browser. This Web site works best with Microsoft Internet Explorer 6.0 or later, Firefox 1.5, or Netscape Navigator 8.0 or later. Learn more about supported browsers.

Multiply numbers
 

Let's say you want to figure out how much bottled water that you need for a customer conference (total attendees × 4 days × 3 bottles per day) or the reimbursement travel cost for a business trip (total miles × .46). There are several ways to multiply numbers.

What do you want to do?

Multiply numbers in a cell

Multiply a range of numbers by a number

Multiply numbers in different cells by using a formula



Multiply numbers in a cell

To do this task, use the * (asterisk) arithmetic operator.

For example, if you type the following formula in a cell:

=5*10

The cell displays the following result:

50

Top of PageTop of Page


Multiply a range of numbers by a number

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

  1. In an empty cell, enter the number that you want to multiply by.
  2. Select the cell, and on the Edit menu, click Copy.
  3. Select the range of numbers that 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.

Top of PageTop of Page


Multiply numbers in different cells by using a formula

To do this task, use the asterisk (*) operator or the PRODUCT function.

Example

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

ShowHow to copy an example

  1. Create a blank workbook or worksheet.
  2. Select the example in the Help topic.

    Note  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

Top of PageTop of Page

advertisement