+ Reply to Thread
Results 1 to 5 of 5

Transform angle to 0 - 360°

  1. #1
    Registered User
    Join Date
    09-09-2013
    Location
    Belgium
    MS-Off Ver
    Excel 2010
    Posts
    7

    Post Transform angle to 0 - 360°

    Hello all,

    I have cell that contains an angle in degrees. Let's day 2871°. Now I need the equivalent angle of this between 0 and 360°, so in this case that would be 351°. What would be the easiest way to accomplish this? Be aware that this should work automatic for any angle, even a negative one. I would like to do this with a function in excel and not with VBA.

    Any ideas?


    Kind regards,
    Gert

  2. #2
    Forum Expert XOR LX's Avatar
    Join Date
    04-18-2013
    Location
    Turin, Italy
    MS-Off Ver
    Office 365
    Posts
    7,742

    Re: Transform angle to 0 - 360°

    Hi,

    =MOD(A1,360)

    Regards
    Click * below if this answer helped

    Advanced Excel Techniques: http://excelxor.com/

  3. #3
    Forum Expert Olly's Avatar
    Join Date
    09-10-2013
    Location
    Darlington, UK
    MS-Off Ver
    Excel 2016, 2019, 365
    Posts
    6,284

    Re: Transform angle to 0 - 360°

    Change the reference to cell A1 as necessary.

    Formula: copy to clipboard
    Please Login or Register  to view this content.
    let Source = #table({"Question","Thread", "User"},{{"Answered","Mark Solved", "Add Reputation"}}) in Source

    If I give you Power Query (Get & Transform Data) code, and you don't know what to do with it, then CLICK HERE

    Walking the tightrope between genius and eejit...

  4. #4
    Registered User
    Join Date
    09-09-2013
    Location
    Belgium
    MS-Off Ver
    Excel 2010
    Posts
    7

    Re: Transform angle to 0 - 360°

    Quote Originally Posted by XOR LX View Post
    Hi,

    =MOD(A1,360)

    Regards
    Thank you so much!

  5. #5
    Forum Expert XOR LX's Avatar
    Join Date
    04-18-2013
    Location
    Turin, Italy
    MS-Off Ver
    Office 365
    Posts
    7,742

    Re: Transform angle to 0 - 360°

    You're welcome.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [SOLVED] Setting an angle
    By ohaganli in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 10-29-2012, 11:29 AM
  2. calculate angle using X and Y
    By paascal in forum Excel General
    Replies: 8
    Last Post: 06-07-2011, 12:08 AM
  3. Help with right angle triangle
    By robjamell in forum Excel General
    Replies: 4
    Last Post: 04-28-2011, 11:58 PM
  4. Angle addition
    By g40 in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 02-18-2009, 11:43 AM
  5. How to angle columns? Please Help!
    By Elara in forum Excel General
    Replies: 3
    Last Post: 10-18-2005, 11:05 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1