View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.charting
Jon Peltier Jon Peltier is offline
external usenet poster
 
Posts: 6,582
Default How do I graph in polar coordinates in Excel?

Can you write formulas?

X = R * cos(theta)
Y = R * sin(theta)

R and theta are in tow columns, X and Y are in the next two columns. Plot X
and Y.

- Jon
-------
Jon Peltier, Microsoft Excel MVP
Peltier Technical Services, Inc.
http://PeltierTech.com/WordPress/
_______


"hansboomer" wrote in message
...
Will I need to buy software, or is there a way to do it with standard
excel?