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...