+ Reply to Thread
Results 1 to 8 of 8

Formula for calculating Mid Point between two points in the Circle

  1. #1
    Registered User
    Join Date
    03-30-2013
    Location
    India
    MS-Off Ver
    Excel 2007
    Posts
    14

    Formula for calculating Mid Point between two points in the Circle

    circle.png
    In the attached File:
    Circle 1: The two points in 15 degree and 340 degree . How do I calculate the mid point of the Both.
    Circle 2 : The two points in 85 degree and 250 degree . How do I calculate the mid point of the Both.
    Example 1:
    First Point: 15 degree
    Second point: 21 degree
    Midpoint : 18 Degree

    Example 2:
    First Point: 355 degree
    Second point: 15 degree
    Midpoint : 5 Degree (here 0, 360 are same point)

    I am happy if It is only one formula for all difference. Thanks in advance

  2. #2
    Forum Moderator zbor's Avatar
    Join Date
    02-10-2009
    Location
    Croatia
    MS-Off Ver
    365 ProPlus
    Posts
    15,602

    Re: Formula for calculating Mid Point between two points in the Circle

    Does this help:

    Formula: copy to clipboard
    Please Login or Register  to view this content.

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

    Re: Formula for calculating Mid Point between two points in the Circle

    Hi,

    Try:

    =IF(ABS(A1-B1)>180,MOD(AVERAGE(A1,B1)+180,360),AVERAGE(A1,B1))

    Regards
    Click * below if this answer helped

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

  4. #4
    Registered User
    Join Date
    03-30-2013
    Location
    India
    MS-Off Ver
    Excel 2007
    Posts
    14

    Re: Formula for calculating Mid Point between two points in the Circle

    Dear Friends,

    thanks for the reply..
    It is not working for me.
    thanks

  5. #5
    Forum Moderator zbor's Avatar
    Join Date
    02-10-2009
    Location
    Croatia
    MS-Off Ver
    365 ProPlus
    Posts
    15,602

    Re: Formula for calculating Mid Point between two points in the Circle

    XOR LX solution should work.
    For what two numbers it doesn't?

  6. #6
    Registered User
    Join Date
    03-30-2013
    Location
    India
    MS-Off Ver
    Excel 2007
    Posts
    14

    Re: Formula for calculating Mid Point between two points in the Circle

    Dear ZBOR & XOR LX,

    XOR LX solution working... Thanks a lot XOR LX...

    I need one more help.

    I need to add seconds to date & times.

    (ie).. if the Date and Time is Dec 31, 2013 11:45:05 AM and if a add 173455 seconds to this date (173455 sec = 2 days, 10 min and 55 sec)

    The result should be Jan 02, 2014 11:56:00. I try to use Time formula but i cant get it done.
    In the same if i minus the value i need to get the date and time.

    Note: I only use seconds to add / subtract..

    Thanks in advance..

  7. #7
    Forum Moderator zbor's Avatar
    Join Date
    02-10-2009
    Location
    Croatia
    MS-Off Ver
    365 ProPlus
    Posts
    15,602

    Re: Formula for calculating Mid Point between two points in the Circle

    It's a new question.. open new thread.

  8. #8
    Registered User
    Join Date
    03-30-2013
    Location
    India
    MS-Off Ver
    Excel 2007
    Posts
    14

    Re: Formula for calculating Mid Point between two points in the Circle

    Ya sure...

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Tags for this Thread

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