ACOS(number)
=ACOS(0.5) * 180/PI()
To convert it to degrees, use the formula above, where x is a number between -1 and 1. For example, the formula above returns 60 degrees.The ACOS function returns the arccosine of a number. The arccosine is the inverse of the cosine function, and is measured in radians.
=ACOS(0.5)
The ACOS function can also return the arccosine in radians like in the formula above which returns 1.047 radians.
The ACOS function in Excel is a trigonometric function that calculates the arccosine (inverse cosine) of a given number. The function returns an angle, measured in radians, whose cosine is the specified number.