HomePrivacy PolicyFeedbackLink to usSite Map

MS Excel: Product Function


In Excel, the Product function multiplies the numbers and returns the product.

The syntax for the Product function is:

Product( number1, number2, ... number_n )

number1, number2, ... number_n are the numbers to multiply together. There can be up to 30 numbers entered.


Applies To:

  • Excel 2007, Excel 2003, Excel XP, Excel 2000

For example:

Let's take a look at an example:

Based on the Excel spreadsheet above:

=Product(A1, A2) would return 12
=Product(A1, A2, A3) would return 54
=Product(A1, A2, A3, A4) would return -366.12
=Product(A1, A2, A3, A4, -2) would return 732.24