Thread: radians
View Single Post
  #3   Report Post  
Barb R.
 
Posts: n/a
Default

The best you can do is to convert it to something in terms of PI

if A1=270
B1= RADIANS(A1)/PI()

"mb" wrote:

I would like to convert degrees to radians, but Excel displays a decimal
answer. I want tjhe aswer to be in some form of pi (i.e 270 degrees==3π/2)

Is there a way to force Excel to display the answer like this?

Thanks,
mb