Engineering
BESSELI Function in Excel
Returns the modified Bessel function In(x).
Syntax
- =BESSELI(x, n)
Arguments
- x (required): Value to evaluate
- n (required): Order of the Bessel function
Examples
- =BESSELI(1.5, 1) - Modified Bessel I1(1.5) - Result: 0.982
BESSELI 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 n < 0
Use cases
- Heat conduction
- Engineering
- Physics
Frequently asked questions
- What is the BESSELI function in Excel? BESSELI returns the modified Bessel function In(x). The syntax is =BESSELI(x, n). Typical use cases include heat conduction, engineering, physics.
- How do I use the BESSELI function? To use BESSELI, type =BESSELI( 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 BESSELI not working in my Excel? Common issues with BESSELI include #NUM! if n < 0. Start by checking the syntax =BESSELI(x, n), then verify each referenced cell or range.
Editorial review
- Reviewed by Excel.Directory Editorial Team. Updated May 2026.
When to use BESSELI
- Heat conduction — common Engineering scenario for BESSELI.
- Engineering — common Engineering scenario for BESSELI.
- Physics — common Engineering scenario for BESSELI.
BESSELI in the Engineering category
- Browse all Engineering functions at /categories/engineering/ for related formulas.
- BESSELI syntax: =BESSELI(x, n)
- x (required): Value to evaluate
- n (required): Order of the Bessel function
- Confirm BESSELI 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 BESSELI 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
- BESSELJ (/functions/besselj/): Returns the Bessel function Jn(x).
- BESSELY (/functions/bessely/): Returns the Bessel function Yn(x).
- BESSELK (/functions/besselk/): Returns the modified Bessel function Kn(x).
Errors to watch for
- #NUM! if n < 0 — review causes on linked error pages in the directory.
Copy-paste audit workflow
- Enter BESSELI 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.
BESSELI worked examples to copy
- =BESSELI(1.5, 1) — Modified Bessel I1(1.5). Expected result: 0.982.
BESSELI reference summary for crawlers and offline review
- BESSELI belongs to the Engineering category in Excel. Returns the modified Bessel function In(x).
- Full syntax: =BESSELI(x, n). Open /functions/besseli/ for parameters, FAQs, and related pages.
- Common mistakes: #NUM! if n < 0
- 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.