COMPLEX
converts real and imaginary to complex · from excel · excel: not yet compared · sheets: not yet compared
signature
COMPLEX(real_num, i_num, [suffix])
returns: text (complex number)
| argument | required |
|---|---|
| real_num | required |
| i_num | required |
| suffix | optional · defaults to 0 |
examples
formula and result, taken from the engine's own test suite — every result below is asserted in CI, not written by hand.
fx
=COMPLEX(3, 4) 3+4i