Excel Function

PRODUCT

Returns product of given numbers.

PRODUCT(number1, [number2], ...)

Arguments

number1

Required

Specify the first number or range to calculate.

number2

Optional

Optional second argument; leave blank when not needed.

Practice Preview

Use PRODUCT to return the result with these settings (Target range: C2:C8 (Quantity in column C)). You can set ranges by dragging from the start cell to the end cell in the same argument field.

Example Table

#
ASlip ID
BUnit Price
CQuantity
DAmount
2S001120.53361.5
3S00298.25491
4S003450.72901.4
5S004300.441201.6
6S005150.96905.4
7
8

How to Use (Formula)

=PRODUCT(C2:C8)

Result

720

Practice This Function

PRODUCT FAQ

How do I use PRODUCT in Excel?

Use PRODUCT when you want to multiply several values. Enter Target range, Additional range in that order, then add optional arguments when needed.

Where can I practice PRODUCT?

Use the "Start Function Practice" button to jump straight into PRODUCT drills.

What arguments does PRODUCT use?

The main arguments are Target range, Additional range. Start with the required ones, then add optional arguments if needed.