IMPRODUCT

Syntax:

IMPRODUCT ( argument-list )

Description: Multiplies the values of its complex number arguments.

Mathematical Formula:

Arguments:

Name

Type

Description

argument-list

text

Each argument in argument-list is a complex number string in x + yi or x + yj text format.

Return Type and Value: text – A string containing the product of the values of its arguments, in x+yi or x+yj text format.

However, if any argument in argument-list is ill-formed, #NUM! is returned.

example: