FormulaCraft

RADIANS

RADIANS multiplies an angle in degrees by π/180 to produce the equivalent radian measure. Since Excel and Google Sheets trigonometric functions (SIN, COS, TAN) expect radians, this function is the standard bridge when your data is in degrees.

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

Verified example

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

DegreesRadians
0
90
180
360

=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 is the angle in degrees to convert (e.g. 180).
  2. 2RADIANS multiplies the value by π/180, so RADIANS(180) returns π ≈ 3.14159.
  3. 3Pipe directly into trig functions: =SIN(RADIANS(A2)).

Need a version for your data?

Try: “Convert a column of degree angles to radians for use in trig formulas

Related

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

Last reviewed: