View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
David Biddulph[_2_] David Biddulph[_2_] is offline
external usenet poster
 
Posts: 8,651
Default Compass degrees formatting

I assume you meant "005 rather than 365", and not "005 rather than 345"?

Try =MOD(A1+B1,360)
--
David Biddulph

"Stephen" wrote in message
...
How can I format cells so that if I add say 10 degrees to a compass value
of
355, Excel will return 005 rather than 345; in other words I want to work
in
base 360.