Difference between revisions of "Documentation/How Tos/Calc: IMSUM function"
From Apache OpenOffice Wiki
< Documentation | How Tos
OOoWikiBot (talk | contribs) m (Robot: Automated text replacement %s) |
m |
||
(8 intermediate revisions by 5 users not shown) | |||
Line 1: | Line 1: | ||
− | __NOTOC__ | + | {{DISPLAYTITLE:IMSUM function}} |
+ | {{Documentation/CalcFunc ComplexNumberTOC | ||
+ | |ShowPrevNext=block | ||
+ | |PrevPage=Documentation/How_Tos/Calc:_IMSUB_function | ||
+ | |NextPage=Documentation/How_Tos/Calc:_IMTAN_function | ||
+ | }}__NOTOC__ | ||
== IMSUM == | == IMSUM == | ||
Line 18: | Line 23: | ||
: where cell A1 contains the text <tt>'''1+2i'''</tt> and cell A2 contains <tt>'''3+4i'''</tt>, returns <tt>'''4+6i'''</tt> as text. | : where cell A1 contains the text <tt>'''1+2i'''</tt> and cell A2 contains <tt>'''3+4i'''</tt>, returns <tt>'''4+6i'''</tt> as text. | ||
− | {{ | + | === Issues: === |
+ | * This function currently appears in the AddIn category of the Function Wizard. | ||
+ | |||
+ | {{SeeAlso|EN| | ||
* [[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: IMPRODUCT function|IMPRODUCT]] | ||
− | * [[Documentation/How_Tos/Calc: IMDIV function|IMDIV]] | + | * [[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]] |
* [[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]]}} | ||
− | + | [[Category: Documentation/Reference/Calc/Complex Number functions]] | |
− | |||
− |
Latest revision as of 12:33, 30 January 2024
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.
Issues:
- This function currently appears in the AddIn category of the Function Wizard.
See Also