Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed:
DEGREES converts a radian value into the equivalent degree measurement by multiplying by 180/PI(). Use it whenever you need to display or compare angles in degrees after computing them with functions like ATAN2, ASIN, or ACOS.
=DEGREES(PI())=DEGREES(PI())Computed by a real spreadsheet engine on the sample data below.
| Radians | Degrees |
| 0 | =DEGREES(0) |
| 1.5708 | =DEGREES(1.5708) |
| 3.1416 | =DEGREES(3.1416) |
| 6.2832 | =DEGREES(6.2832) |
=DEGREES(PI())→180
Edit the grid or formula, then run it through a real spreadsheet engine — no signup.
Sample data — click any cell to edit
Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed: