Skip to content
Google Sheets

ASIN function in Google Sheets

Returns the inverse sine of a value, in radians.

=ASIN(value)

ASIN syntax and parameters

One argument, one required.

  • valuenumberRequired

    The value for which to calculate the inverse sine. Must be between -1 and 1, inclusive.

ASIN examples

Formulas you'll actually reuse.

  1. The arcsine of 0.5, in radians:

    =ASIN(0.5)

    Result0.5236

  2. The same angle in degrees — wrap in DEGREES:

    =DEGREES(ASIN(0.5))

    Result30

ASIN in Excel

Same name — your formula ports as-is.

Try ASIN in the playground

Edit the example — nothing to install.

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

Loading the editor…