degrees, radians, vector?

tlclear

New Member
Joined
Dec 3, 2003
Messages
21
I have lat/longs. what i need to find is the direction from one lat/long to another. would prefer direction to be from 0 thru 360 degrees, but probably can work with some other measure. any help will be appreciated.

thanks
 

Excel Facts

VLOOKUP to Left?
Use =VLOOKUP(A2,CHOOSE({1,2},$Z$1:$Z$99,$Y$1:$Y$99),2,False) to lookup Y values to left of Z values.
Gee, been so long since I worked with Radians, etc that it'd feel like working it out all over again.

I typed the keyword Radians into the VBA help and came up with a list of functions. ATN, SIN, TAN, COS, Circle. It appears the key items to work out vectors/Radians/degrees are in fact present within Visual Basic. What it's going to come down to is your ability to write a program that performs the calculations.

It's very easy to perform mathematical manipulations on numbers - reading values out of tables. What I can't do at the moment is give you the math to do it. If you could present a formula, I'm sure somebody can whip out a demo method in a few minutes.

Mike
 
Upvote 0

Forum statistics

Threads
1,221,692
Messages
6,161,327
Members
451,697
Latest member
pedroDH

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top