Excel
ACOS function in Excel
Returns the arccosine of a number
=ACOS(number)ACOS syntax and parameters
One argument, one required.
- numbernumberRequired
The cosine of the angle you want and must be from -1 to 1.
ACOS examples
Formulas you'll actually reuse.
The arccosine of 0.5, in radians:
=ACOS(0.5)Result
1.0472The same angle in degrees — wrap in DEGREES:
=DEGREES(ACOS(0.5))Result
60
ACOS in Google Sheets
Same name — your formula ports as-is.
Try ACOS in the playground
Edit the example — nothing to install.
Preloaded with the ACOS formula from Example 1 — change anything and watch it respond.
Loading the editor…
Related functions
More ways Excel gets this done.
- ABSReturns the absolute value of a numberMathGoogle Sheets
- ACOSHReturns the inverse hyperbolic cosine of a numberMathGoogle Sheets
- ACOTReturns the arccotangent of a numberMathGoogle Sheets
- ACOTHReturns the hyperbolic arccotangent of a numberMathGoogle Sheets
- AGGREGATEReturns an aggregate in a list or databaseMathNo Google Sheets equivalent
- ARABICConverts a Roman number to Arabic, as a numberMathGoogle Sheets