Finding true angle on a plot?

spacely

Board Regular
Joined
Oct 26, 2007
Messages
248
Hi,

Maybe this isn't an excel question, but perhaps you can help?

How do we determine the angle between 2 plots (of a line), where the x-axis and y-axis has completely different Units and Scale? The arctan function requires a unitless argument to get a real angle, but if you take rise/run on a plot with completely different axis units, it won't be unitless.

Maybe someone worked this out already?
 

Excel Facts

Can a formula spear through sheets?
Use =SUM(January:December!E7) to sum E7 on all of the sheets from January through December
Hi,

Maybe this isn't an excel question, but perhaps you can help?

How do we determine the angle between 2 plots (of a line), where the x-axis and y-axis has completely different Units and Scale? The arctan function requires a unitless argument to get a real angle, but if you take rise/run on a plot with completely different axis units, it won't be unitless.

Maybe someone worked this out already?

The ArcTan function returns a unitless value, but the two numbers you divide are not unitless, they just need to have the same unit for both. So, if you have two different units, you need to convert the number for one unit to its equivalent value in the other unit and then divide those two numbers. You did not tell us what the two units you have are, so I cannot give you any more detail than what I did above.
 
Upvote 0
Yes, and now I realize that the conversion used for one of the lines better be the same as used to convert ALL the lines with which we compare angles on that same plot. A different "conversion" per line is wrong, if they share the same plot :)

Thanks.
 
Upvote 0

Forum statistics

Threads
1,215,008
Messages
6,122,672
Members
449,091
Latest member
peppernaut

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top