Is there any possibility to show and calculate an angle in a cell in dms format (##°##'##'')?
D Dinko Krmpotic Jun 8, 2004 #1 Is there any possibility to show and calculate an angle in a cell in dms format (##°##'##'')?
J JWolf Jun 8, 2004 #3 =CONCATENATE(INT(A1),"°",INT(MOD(A1,1)*60),"'",INT(MOD(MOD(A1,1)*60,1)*60),"""")