Conversion of Decimal Degree to Degrees Minutes Seconds in Excel- What is DD to DMS Formula in Excel

แชร์
ฝัง
  • เผยแพร่เมื่อ 4 ม.ค. 2025

ความคิดเห็น •

  • @rajaalirajaali3280
    @rajaalirajaali3280 ปีที่แล้ว +2

    Very motivational music 🎶 with video wow very nice you achieve billion likes 💓

  • @AshokAnanth
    @AshokAnanth 10 หลายเดือนก่อน +6

    Or copy paste this formula I created.
    =CONCATENATE(ROUNDDOWN(A1,0),"°",ROUNDDOWN((A1-ROUNDDOWN(A1,0))*60,0),"'",ROUND(((A1-ROUNDDOWN(A1,0))*60-ROUNDDOWN((A1-ROUNDDOWN(A1,0))*60,0))*60,2),"""")

    • @1950TorcidaHvar
      @1950TorcidaHvar 10 หลายเดือนก่อน +1

      THANKS

    • @rekayy
      @rekayy 9 หลายเดือนก่อน +1

      Holly cow man thanks

    • @BlackDancser
      @BlackDancser 7 หลายเดือนก่อน

      What's format cell has been used?

    • @daroritraders
      @daroritraders 3 หลายเดือนก่อน

      How to get East, West North,
      and south info by this formula? thx in advance.

  • @asjadmehmood8066
    @asjadmehmood8066 ปีที่แล้ว +1

  • @meniporat3527
    @meniporat3527 10 หลายเดือนก่อน +7

    In Excel 365, everything is easier, simpler and shorter
    If the value in B1 is: 72.29861
    then this formula:
    =LET(x,INT(B1),y,(B1-x)*60,CONCAT(x,"°",INT(y),"'",ROUND(((y-INT(y))*60),0)))
    will yield this result:
    72°17'55