+ Reply to Thread
Results 1 to 9 of 9

Sexagesimal math

  1. #1
    Registered User
    Join Date
    05-26-2010
    Location
    New York
    MS-Off Ver
    Excel 2003
    Posts
    19

    Sexagesimal math

    Hello all,

    I am trying to work with a spreadsheet that computes corrections to measured angles.
    Some of my formulas return results in seconds of arc that are greater than 60.
    Since 60 seconds (or 60 minutes ) equals a "roll over" in the count of whole numbers I am having some issues.

    Is there a means by which, for example 180 seconds of arc could be converted 3 minutes of arc.

    I have attached the "offending" sheet and highlighted some results in blue that illustrate my problem.

    Thanks for all the past help and anything you can do to point me in the right direction this time,
    Scott
    Attached Files Attached Files
    Last edited by Scott S.; 08-02-2012 at 06:04 PM.

  2. #2
    Forum Expert Ace_XL's Avatar
    Join Date
    06-04-2012
    Location
    UAE
    MS-Off Ver
    2016
    Posts
    6,074

    Re: Sexagesimal math

    to get you started..

    =INT(A1/60)&"."&MOD(A1,60) will split the seconds into minutes and seconds separated by a decimal point

    Is this somethin you can work with?
    Life's a spreadsheet, Excel!
    Say thanks, Click *

  3. #3
    Registered User
    Join Date
    05-26-2010
    Location
    New York
    MS-Off Ver
    Excel 2003
    Posts
    19

    Re: Sexagesimal math

    That is pretty neat and yes I can use that for some of the outputs.
    I really like that format.

    I should have phrased my problem in a clearer manner.
    Matter of fact, I seem to have completely missed my own point.

    I need to convert, say, 192.7 arc seconds into decimal degrees.

    Thanks again.

  4. #4
    Forum Guru MarvinP's Avatar
    Join Date
    07-23-2010
    Location
    Woodinville, WA
    MS-Off Ver
    Office 365
    Posts
    16,167

    Re: Sexagesimal math

    Does 360 degrees equal to Pi time 2 times the radius? So 2Pi radians = 360 degrees?
    One test is worth a thousand opinions.
    Click the * Add Reputation below to say thanks.

  5. #5
    Forum Moderator vlady's Avatar
    Join Date
    09-22-2011
    Location
    Philippines - OLSHCO -Guimba-Nueva Ecija
    MS-Off Ver
    2021
    Posts
    4,361

    Re: Sexagesimal math

    Arc Second:

    A unit of angular measure equal to 1/60 of an arc minute, or 1/3600 of a degree.

    http://mathworld.wolfram.com/ArcSecond.html
    I think people forget the word "THANK YOU!!!!" Do you still know it???

    There is a little star ( ADD REPUTATION ) below those person who helped you. Click it to say your "PRIVATE APPRECIATION TO THEIR EFFORT ON THEIR CONTRIBUTIONS "

    Regards,
    Vladimir

  6. #6
    Valued Forum Contributor
    Join Date
    05-07-2012
    Location
    USA
    MS-Off Ver
    Excel 2007
    Posts
    354

    Re: Sexagesimal math

    =degrees(192.7/(60*60))

    /(60*60) to convert arc sec to radians
    Regards,
    Vandan

  7. #7
    Forum Moderator vlady's Avatar
    Join Date
    09-22-2011
    Location
    Philippines - OLSHCO -Guimba-Nueva Ecija
    MS-Off Ver
    2021
    Posts
    4,361

    Re: Sexagesimal math

    or shorter a my given defenition.

    =DEGREES(192.7*(1/3600))

  8. #8
    Forum Guru MarvinP's Avatar
    Join Date
    07-23-2010
    Location
    Woodinville, WA
    MS-Off Ver
    Office 365
    Posts
    16,167

    Re: Sexagesimal math

    Doesn't all this come from the circumference of a unit circle? Isn't it Pi times the diameter = circumference.

    So you are needing 1/60th of that? Shouldn't there be a Pi somewhere in this calculation?

  9. #9
    Registered User
    Join Date
    05-26-2010
    Location
    New York
    MS-Off Ver
    Excel 2003
    Posts
    19

    Solved Re: Sexagesimal math

    Thanks guys,
    Several of you came up with solutions and I even got some hints on useful formats.
    You guys are just the best.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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