traverse spreadsheet

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Trying to put togeter a spreadsheet to calculate an open/closed traverse, any ideas? especially about working with radians and converting them to a bearing
 
Need more info - few of us are surveyors
Excel does trig in radians. If A1 has angle in degrees and you want sin use
=SIN(RADIANS(A1))
If A2 has value and you need its Asin in degrees use =DEGREES(ASIN(A2))

For more on displaying angles in deg:min:sec format visit www.cpearson.com

--
Bernard Liengme
www.stfx.ca/people/bliengme
remove CAPS in e-mail address


xling said:
Trying to put togeter a spreadsheet to calculate an open/closed traverse,
any ideas? especially about working with radians and converting them to a
bearing
 
Thanks for the tip Bernard, What my problem is that Ive created a spreadsheet that will adjustbearing and distance entered using Bowditch correction but the problem im having is adjusting the bearing , don't know what im doing wrong?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top