Excel ACOS Function
The ACOS function calculates the arccosine (inverse cosine) of a number, and returns an angle, in radians, in the range from 0 (zero) to π (pi).
Syntax
=ACOS(number)
Arguments
- number (required): The value for which you want to calculate the arccosine. Note: The number must be between -1 and 1.
Return Value
The ACOS function returns a numeric value.
Function Notes
- The result is an angle expressed in radians. To convert the angle from radians to degrees, use the DEGREES function, or multiply the result by 180/PI().
- ACOS returns the #NUM! error if number < -1 or number > 1.
- ACOS returns the #VALUE! error if number is not numeric.
Example
To calculate the arccosine (inverse cosine) of the numbers listed in the table as shown below, please copy or enter the below formula in the top cell (D6) of the result list, and press Enter to get the result. Then select the result cell, and drag the fill handle (the small square in the lower-right corner of the selected cell) down to apply the formula to the below cells.
=ACOS(B6)
Instead of a cell reference, you can type the actual number value in the formula as shown below.
=ACOS(-1)
Note that the results are angles expressed in radians. You can nest the ACOS function into a DEGREES function to convert the angles from radians to degrees as shown below.
=DEGREES(ACOS(-1))
Alternatively, you can multiply ACOS by 180/PI().
=ACOS(-1)*180/PI()
Related functions
The ACOSH function returns the inverse hyperbolic cosine of a number.
The DEGREES function converts an angle in radians to an angle in degrees.
The PI function returns the number 3.14159265358979 of the mathematical constant called pi.
The Best Office Productivity Tools
Kutools for Excel - Helps You To Stand Out From Crowd
Kutools for Excel Boasts Over 300 Features, Ensuring That What You Need is Just A Click Away...

Office Tab - Enable Tabbed Reading and Editing in Microsoft Office (include Excel)
- One second to switch between dozens of open documents!
- Reduce hundreds of mouse clicks for you every day, say goodbye to mouse hand.
- Increases your productivity by 50% when viewing and editing multiple documents.
- Brings Efficient Tabs to Office (include Excel), Just Like Chrome, Edge and Firefox.
