G
Guest
I have 3 fields: Deg, Min, Sec. I want to create a function that would enter
the result into a 4th field called DecDeg. The calculation is DecDeg = Deg
+ (Min/60)+(Sec/3600). How can I do this?
the result into a 4th field called DecDeg. The calculation is DecDeg = Deg
+ (Min/60)+(Sec/3600). How can I do this?