Skip to content
Google Sheets

ACOSH function in Google Sheets

Returns the inverse hyperbolic cosine of a number.

=ACOSH(value)

ACOSH syntax and parameters

One argument, one required.

  • valuenumberRequired

    The value for which to calculate the inverse hyperbolic cosine. Must be greater than or equal to 1.

ACOSH examples

Formulas you'll actually reuse.

  1. Inverse hyperbolic cosine — the input must be at least 1:

    =ACOSH(B2)

    Result1.3170

  2. ACOSH(1) is 0 — the start of the curve:

    =ACOSH(1)

    Result0

ACOSH in Excel

Same name — your formula ports as-is.

Try ACOSH in the playground

Edit the example — nothing to install.

Preloaded with the ACOSH formula from Example 1 — change anything and watch it respond.

Loading the editor…

ACOSH errors

What they mean — and the fixes.

  • #NUM!

    The number is less than 1 — ACOSH is only defined from 1 upward.