Difference between revisions of "Documentation/How Tos/Calc: IMSUM function"

From Apache OpenOffice Wiki
Jump to: navigation, search
(Initial content)
 
(See also:)
Line 19: Line 19:
  
 
=== See also: ===
 
=== See also: ===
'''[[Documentation/How_Tos/Calc: IMSUB function|IMSUB]]'''
+
'''[[Documentation/How_Tos/Calc: IMSUB function|IMSUB]]''',
 +
'''[[Documentation/How_Tos/Calc: IMPRODUCT function|IMPRODUCT]]''',
 +
'''[[Documentation/How_Tos/Calc: IMDIV function|IMDIV]]'''
  
 
'''[[Documentation/How_Tos/Calc: Complex Number functions|Complex Number functions]]'''
 
'''[[Documentation/How_Tos/Calc: Complex Number functions|Complex Number functions]]'''

Revision as of 19:50, 23 February 2008


IMSUM

Returns the sum of complex numbers.

This function is only available if the Analysis AddIn is installed.

Syntax:

IMSUM(complexnum1; complexnum2; ... complexnum29)

complexnum1, complexnum2, ... are complex numbers as text, or references to cells / cell ranges containing complex numbers as text.

Example:

IMSUM("1+2i"; "3+4i")

returns 4+6i as text.

IMSUM(A1:A2)

where cell A1 contains the text 1+2i and cell A2 contains 3+4i, returns 4+6i as text.

See also:

IMSUB, IMPRODUCT, IMDIV

Complex Number functions

Issues:

  • This function currently appears in the AddIn category of the Function Wizard.
Personal tools