Purpose
Return value
Syntax
=IMABS(inumber)
- inumber - A complex number.
How to use
The Excel IMABS function returns the absolute value (modulus) of a complex number in a format like x + yi or x + yj. For example:
=IMABS("4+3i") // returns 5
In the example shown, the formula in C6, copied down, is:
=IMABS(B6)
Notes
- Only lowercase "j" and "i" are accepted by IMABS. Other values will result in the #NUM error.