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

display numeric calculation results. Use PRODUCT to Returns product of given numbers. For range arguments, drag from the start cell to the end cell in the same argument field, or click start and end cells in order. Fill the argument fields below and complete a formula that achieves this goal.

Sample correct formula

=PRODUCT(C2:C8)

Practice This Function