Engineering

BESSELY Function in Excel

Returns the Bessel function Yn(x).

Syntax

  • =BESSELY(x, n)

Arguments

  • x (required): Value to evaluate
  • n (required): Order of the Bessel function

Examples

  • =BESSELY(2.5, 1) - Bessel Y1(2.5) - Result: 0.146

BESSELY 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 x <= 0 or n < 0

Use cases

  • Wave equations
  • Engineering
  • Physics

Frequently asked questions

  • What is the BESSELY function in Excel? BESSELY returns the Bessel function Yn(x). The syntax is =BESSELY(x, n). Typical use cases include wave equations, engineering, physics.
  • How do I use the BESSELY function? To use BESSELY, type =BESSELY( 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 BESSELY not working in my Excel? Common issues with BESSELY include #NUM! if x <= 0 or n < 0. Start by checking the syntax =BESSELY(x, n), then verify each referenced cell or range.

Editorial review

  • Reviewed by Excel.Directory Editorial Team. Updated May 2026.

When to use BESSELY

  • Wave equations — common Engineering scenario for BESSELY.
  • Engineering — common Engineering scenario for BESSELY.
  • Physics — common Engineering scenario for BESSELY.

BESSELY in the Engineering category

  • Browse all Engineering functions at /categories/engineering/ for related formulas.
  • BESSELY syntax: =BESSELY(x, n)
  • x (required): Value to evaluate
  • n (required): Order of the Bessel function
  • Confirm BESSELY 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 BESSELY 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).
  • BESSELI (/functions/besseli/): Returns the modified Bessel function In(x).
  • BESSELK (/functions/besselk/): Returns the modified Bessel function Kn(x).

Errors to watch for

  • #NUM! if x <= 0 or n < 0 — review causes on linked error pages in the directory.

Copy-paste audit workflow

  • Enter BESSELY 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.

BESSELY worked examples to copy

  • =BESSELY(2.5, 1) — Bessel Y1(2.5). Expected result: 0.146.

BESSELY reference summary for crawlers and offline review

  • BESSELY belongs to the Engineering category in Excel. Returns the Bessel function Yn(x).
  • Full syntax: =BESSELY(x, n). Open /functions/bessely/ for parameters, FAQs, and related pages.
  • Common mistakes: #NUM! if x <= 0 or 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.