View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions,microsoft.public.excel.misc,microsoft.public.excel.programming
temp temp is offline
external usenet poster
 
Posts: 20
Default How can I show radians in symbolic format in excel? like 90 degrees would show (Symbol Pi/2) tia sal2

How can I show radians in symbolic format in excel? like 90 degrees would show (Symbol Pi/2) tia sal2

Greets All

I have one column that has the angles in 20 degrees increments up to 720 degrees
Is thier a way for excel to show them in Radian in symbolic format? I've already converted them to radians by
multipling angle*PI()/180 but how do I get it to look it symbolicly?

Example

180 degrees would look like (symbol Pi)
90 degrees would look like (Symbol Pi/2)

Tia sal2