ExcelFunctions.net Logo

The Excel BESSELY Function

Home » Excel-Built-In-Functions » Excel-Engineering-Functions » Excel-Bessely-Function
Search this site:
Custom Search
Related Functions: 

Basic Description

The Excel Bessely function returns the Bessel function, Yn(x), (also known as the Weber function or the Neumann function), for a specified order and value of x.

The syntax of the function is :

BESSELY( x, n )

where the function arguments are as follows:

x - The value at which the function is to be evaluated
n -
A positive integer, denoting the order of the Bessel function
(If the supplied value of n is a decimal, it is truncated to an integer by Excel)

Chart Showing Modified Bessel Function Yn(x) of Order 1
Order 1 Bessel Function Yn(x)

Bessely Function Example

The chart on the right shows the order 1 Bessel function, Yn(x).

If you want to calculate the value of this function at x = 0.05, this can be done using the following formula:

=BESSELY( 0.05, 1 )

which gives the result -12.78985516.

Further examples of the Excel Bessely function can be found on the Microsoft Office website.


Bessely Function Errors

If you get an error from the Excel Bessely function this is likely to be one of the following :

Common Errors
#NUM! - Occurs if either:
- the supplied value of x is ≤ 0
or
- the supplied value of n is < 0
#VALUE! - Occurs if any of the supplied arguments are non-numeric
#NAME? -

Occurs when Analysis ToolPak add-in is not enabled in your Excel.
You will need to enable the add-in if you want to use the Excel engineering functions.

To do this in Excel 2003 :

  • From the Tools drop-down menu, select the option Add-Ins ...
  • An 'Add-Ins' window will pop up. From this, select the option Analysis ToolPak and click OK

To do this in Excel 2007 or Excel 2010 :

  • Click the Microsoft button on the top left of your spreadsheet and select the Excel Options button
  • From the menu on the left hand side, select Add-Ins
  • In the 'Manage:' box, select Excel Add-ins and click Go...
  • An 'Add-Ins' window will pop up. From this, select the option Analysis ToolPak and click OK




Valid XHTML 1.0 Transitional
Disclaimer Privacy Policy

Copyright © 2008-2011 ExcelFunctions.net