How to use ACOSH function in excel

blog img

Description

The ACOSH function is a built-in function in MS Excel (Microsoft Excel), which is classified as a math / trig function.

The ACOSH function returns the inverse hyperbolic cosine of a number.

This is one of the worksheet function. It can be used as a worksheet function in Excel.

Return value

This function returns the inverse hyperbolic cosine of a number.

Syntax


=ACOSH(number)

The number must be greater than or equal to 1. The inverse hyperbolic cosine is the value whose hyperbolic cosine is number, so ACOSH(COSH(number)) equals number.

Note: The number must be greater than or equal to 1. Otherwise #NUM! returns an error.
If number is not numeric, then #VALUE! is returned.

See an example picture of this function

Table content

Formula Description Result
=ACOSH(10) Inverse hyperbolic cosine of 10 2.99322284612638
=ACOSH(C5) Inverse hyperbolic cosine of C5 cell value 0
=ACOSH(“tech”) Number is not numeric, Return #VALUE! Error #VALUE!
=ACOSH(-1) Return #NUM! Error #NUM!
=ACOSH(0.5) Number < 1 Return #NUM! Error #NUM!

Share your thoughts

Your email address will not be published. All fields are required.

Related post

  1. How to Use XLOOKUP with Multiple Criteria in Excel

    While Excel’s XLOOKUP function does not natively support multiple criteria…

  1. How to Use XLOOKUP in Excel

    XLOOKUP is a versatile function in Excel used for performing…

  1. How to use LOWER Function in Excel

    Excel Lower Function Converts all uppercase letters in a text…

  1. How to use AVERAGE Function in Excel.

    This function calculates the average from a list of numbers.…

  1. How to use ADDRESS Function in Excel

    The ADDRESS function to obtain the address of a cell…

Popular post

  1. Eclipse IDE – Create New Java Project.

    Opening the New Java Project…

  1. How to start the project in android studio

    Android Studio Open the Android…

  1. How to use ACOSH function in excel

    The ACOSH function returns the…

  1. Complete Header tags in html – easy to learn

    H tags can be used…

  1. Best features in Python programme – easy to learn

    Python is the most widely…