Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I am building a spread sheet to calculate the triangles for the setting out
stations for various sites and wish to work in grads i.e. 400degrees per circle 100minutes per degree and 100seconds per minute. I don't have a problem with the formulae for the lengths of the tringle sides i.e.the distance between two stations but cannot seem to get excel to work in grads or display results in degrees, minutes, seconds. Is there a way around this please? Regards Davystuff |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi
Have a look he http://www.cpearson.com/excel/latlong.htm It may help! Andy. "davystuff" wrote in message ... I am building a spread sheet to calculate the triangles for the setting out stations for various sites and wish to work in grads i.e. 400degrees per circle 100minutes per degree and 100seconds per minute. I don't have a problem with the formulae for the lengths of the tringle sides i.e.the distance between two stations but cannot seem to get excel to work in grads or display results in degrees, minutes, seconds. Is there a way around this please? Regards Davystuff |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
You will need to do the conversions.
Suppose A1 has grad value (say 50) and you want tit SIN of this Use =SIN(RADIANS(A1*0.9)) If B1 has a value and you want its ASIN in grads use =DEGREES(ASIN(B1))/0.9 -- Bernard V Liengme www.stfx.ca/people/bliengme remove caps from email "davystuff" wrote in message ... I am building a spread sheet to calculate the triangles for the setting out stations for various sites and wish to work in grads i.e. 400degrees per circle 100minutes per degree and 100seconds per minute. I don't have a problem with the formulae for the lengths of the tringle sides i.e.the distance between two stations but cannot seem to get excel to work in grads or display results in degrees, minutes, seconds. Is there a way around this please? Regards Davystuff |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Are there functions that perform robust statistics in Excel? | Excel Worksheet Functions | |||
Perform functions on the result of adding two columns | Excel Worksheet Functions |