Ralph2
Industrial
- May 3, 2002
- 345
Can some one please show me how to add or subtract polar degrees in MS Excel (2003).
I have two polar values (anywhere from 0 to 360 degrees), A1=10 A2=359.5 A3=MOD(A1-A2,360)which returns the correct value of 10.5
But.. if A1=350 and A2=359.5 A3=MOD(A1-A2,360) returns 350.5 and not the correct value of 9.5 degrees. Can this be fixed with a pile of "IF" .. THEN" statements.. or there must be a better way
Thank you for your time, it is very much appreciated.
Ralph
I have two polar values (anywhere from 0 to 360 degrees), A1=10 A2=359.5 A3=MOD(A1-A2,360)which returns the correct value of 10.5
But.. if A1=350 and A2=359.5 A3=MOD(A1-A2,360) returns 350.5 and not the correct value of 9.5 degrees. Can this be fixed with a pile of "IF" .. THEN" statements.. or there must be a better way
Thank you for your time, it is very much appreciated.
Ralph