Syntax:
IMAGINARY(ComplexNumber)
Description:
Returns the imaginary coefficient of a complex number.
ComplexNumber must be a complex number in x+yi or x+yj format. Tip: Complex numbers can be created with the COMPLEX function.
Example:
IMAGINARY("2+4i") returns 4
See also:
COMPLEX, IMREAL