Convert degrees, minutes, seconds into decimal number and the opposite in Numbers
Hello,
I am trying to convert a cell in Numbers (version 11.1), which contains a string like this 54° 38’ 30” to decimal format, like this 54.6416666667, without running an external script (I found a useful script by KOENIG Yvan here - thank you for that.). I am trying to add a function inside of the cell but I found difficulties in manipulating the string. Finally, it would be great having the opposite procedure, from a decimal number like 54.6416666667 return to a 54° 38’ 30” format.
It would be particularly convenient if this could also handle negative numbers like -54˚ 38' 40''.
Has anyone done something similar?