Degrees º as an imput in a x-y scatter plot

B

Brad

For two columns of data: column A where I have integers ranging from 0 to 90
representing degrees; and, a column B where I have integer values randomly
selected representing distance, I would like to create an x-y graph of
points representing degrees and distance from 0,0 intersect of the x and y
axes.

I suppose the end result should look like 1/4 of a circle, that is 90º of a
full circle.

Is this possible in a x-y scatter plot, or am I forced to use another chart
type?

My thanks in advance for any suggestions on handling the integers
representing degrees.

Brad
 
B

Bernard Liengme

Andy's answer is perfectly correct but one can also use Excels DEGREES and
RADIANS functions to make the conversion
C1: =COS(RADIANS(A1))*B1
D1: =SIN(RADIANS(A1))*B1
best wishes
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top