Purpose
Return value
Arguments
- inumber - A complex number.
Syntax
Usage notes
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 IMAB. Other values will result in the #NUM error.