FormulaCraft

SIN

SIN returns the sine of an angle measured in radians, producing a value between -1 and 1. For degree inputs, wrap with RADIANS: =SIN(RADIANS(angle)). It is used in wave modeling, engineering, and geometric calculations.

Excel
=SIN(RADIANS(A2))
Google Sheets
=SIN(RADIANS(A2))

Verified example

Computed by a real spreadsheet engine on the sample data below.

Angle (degrees)Sine
0
30
45
90

=SIN(RADIANS(A2))0

Try it with your data

Edit the grid or formula, then run it through a real spreadsheet engine — no signup.

Sample data — click any cell to edit

Runs server-side · free · no signup

How it works

  1. 1A2 contains the angle in degrees (e.g. 30).
  2. 2RADIANS(A2) converts degrees to radians before passing to SIN.
  3. 3SIN(RADIANS(30)) = 0.5 because the sine of 30° is exactly 0.5.

Need a version for your data?

Try: “Calculate the sine of angles in degrees from my table

Related

Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.

Last reviewed: