Engineering
IMABS Function in Excel
Returns the absolute value (modulus) of a complex number.
Syntax
- =IMABS(inumber)
Arguments
- inumber (required): Complex number
Examples
- =IMABS("3+4i") - Absolute value - Result: 5
IMABS in technical sheets
- Document units in adjacent cells — many engineering functions require exact unit strings.
- Use [CONVERT](/functions/convert/) for unit changes before specialized formulas.
- Validate inputs with [ISNUMBER](/functions/isnumber/) and range checks.
Common errors
- #NUM! if not valid complex number
Use cases
- Complex magnitude
- Engineering
- Mathematics
Frequently asked questions
- What is the IMABS function in Excel? IMABS returns the absolute value (modulus) of a complex number. The syntax is =IMABS(inumber). Typical use cases include complex magnitude, engineering, mathematics.
- How do I use the IMABS function? To use IMABS, type =IMABS( in a cell and provide the required arguments. Excel will show you the syntax and parameter hints as you type. Make sure to close the parentheses and press Enter to execute the function.
- Why is IMABS not working in my Excel? Common issues with IMABS include #NUM! if not valid complex number. Start by checking the syntax =IMABS(inumber), then verify each referenced cell or range.
Editorial review
- Reviewed by Excel.Directory Editorial Team. Updated May 2026.
When to use IMABS
- Complex magnitude — common Engineering scenario for IMABS.
- Engineering — common Engineering scenario for IMABS.
- Mathematics — common Engineering scenario for IMABS.
IMABS in the Engineering category
- Browse all Engineering functions at /categories/engineering/ for related formulas.
- IMABS syntax: =IMABS(inumber)
- inumber (required): Complex number
- Confirm IMABS arguments match the syntax shown above before filling down.
- Lock table and range references with $ when copying formulas across rows or sheets.
Formula checklist before you copy down
- Confirm IMABS arguments match the syntax shown above before filling down.
- Lock table and range references with $ when copying formulas across rows or sheets.
- If results look wrong, check for text stored as numbers and invisible spaces with TRIM.
- Spot-check three known input rows manually against expected output.
Related Excel functions
- COMPLEX (/functions/complex/): Converts real and imaginary coefficients into a complex number.
- IMREAL (/functions/imreal/): Returns the real coefficient of a complex number.
- IMAGINARY (/functions/imaginary/): Returns the imaginary coefficient of a complex number.
Errors to watch for
- #NUM! if not valid complex number — review causes on linked error pages in the directory.
Copy-paste audit workflow
- Enter IMABS on three test rows with known expected output documented on a QA tab.
- Fill down only after absolute references are locked on lookup tables and rate tables.
- Compare against manual calculation or a calculator for financial and statistical functions.
- Search this directory for comparison guides when choosing between similar functions in the same category.
IMABS worked examples to copy
- =IMABS("3+4i") — Absolute value. Expected result: 5.
IMABS reference summary for crawlers and offline review
- IMABS belongs to the Engineering category in Excel. Returns the absolute value (modulus) of a complex number.
- Full syntax: =IMABS(inumber). Open /functions/imabs/ for parameters, FAQs, and related pages.
- Common mistakes: #NUM! if not valid complex number
- Pair this function with comparison guides when another Excel formula might fit the same task better.
- Review fix-excel-formula-errors when unexpected errors appear after upgrading Excel or sharing across locales.