+ Reply to Thread
Results 1 to 2 of 2

Calculation for angular distances

  1. #1
    Registered User
    Join Date
    01-29-2013
    Location
    india
    MS-Off Ver
    Excel 2007
    Posts
    8

    Lightbulb Calculation for angular distances

    Hi...

    I am working on angular distances between the objects...

    I need solution for calculating the angular distances between group of objects... keeping one object as centric.

    The example I have attached in excel sheet..

    Kindly go through the sheet & solve the problem.

    Thank You
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    07-16-2010
    Location
    Northumberland, UK
    MS-Off Ver
    Excel 2007 (home), Excel 2010 (work)
    Posts
    3,054

    Re: Calculation for angular distances

    In cell B16 I went with:

    =VLOOKUP(MID(A16,FIND("-",A16)+1,255),$A$4:$B$13,2,FALSE)-VLOOKUP(LEFT(A16,FIND("-",A16)-1),$A$4:$B$13,2,FALSE)

    And copied it down - seems to return the answers you're expecting.

+ 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