Difference between revisions of "Documentation/How Tos/Calc: IMPRODUCT function"
From Apache OpenOffice Wiki
< Documentation | How Tos
OOoWikiBot (talk | contribs) m (Robot: Automated text replacement %s) |
m |
||
Line 19: | Line 19: | ||
<tt>'''IMPRODUCT(A1:A2)'''</tt> | <tt>'''IMPRODUCT(A1:A2)'''</tt> | ||
: where cell A1 contains <tt>'''2-3i'''</tt> and cell A2 contains <tt>'''4+2i'''</tt> returns <tt>'''14-8i'''</tt> as text. | : where cell A1 contains <tt>'''2-3i'''</tt> and cell A2 contains <tt>'''4+2i'''</tt> returns <tt>'''14-8i'''</tt> as text. | ||
+ | |||
+ | === Issues: === | ||
+ | * This function currently appears in the AddIn category of the Function Wizard. | ||
{{Documentation/SeeAlso| | {{Documentation/SeeAlso| | ||
Line 29: | Line 32: | ||
* [[Documentation/How_Tos/Calc: Functions listed alphabetically|Functions listed alphabetically]] | * [[Documentation/How_Tos/Calc: Functions listed alphabetically|Functions listed alphabetically]] | ||
* [[Documentation/How_Tos/Calc: Functions listed by category|Functions listed by category]]}} | * [[Documentation/How_Tos/Calc: Functions listed by category|Functions listed by category]]}} | ||
− | |||
− | |||
− |
Revision as of 10:44, 2 March 2009
IMPRODUCT
Returns the product of complex numbers.
This function is only available if the Analysis AddIn is installed.
Syntax:
IMPRODUCT(complexnum1; complexnum2; ... complexnum29)
- complexnum1, complexnum2 ... are complex numbers as text, or references to cells / cell ranges containing complex numbers as text.
- IMPRODUCT returns complexnum1*complexnum2*... as text.
Example:
IMPRODUCT("2-3i"; "4+2i")
- returns 14-8i as text.
IMPRODUCT(A1:A2)
- where cell A1 contains 2-3i and cell A2 contains 4+2i returns 14-8i as text.
Issues:
- This function currently appears in the AddIn category of the Function Wizard.