Convert XYZ to Lat Long

nando88

Board Regular
Joined
Jun 22, 2013
Messages
124
I want to convert XYZ to Lat Long and viceversa, but I don't know how.
I have found many spreadsheets on the internet, but none of the ones I've tried seem to work correctly.
Can someone please share with with me a spreadsheet that can do this the right way?
Thanks in advance.
 

Excel Facts

Highlight Duplicates
Home, Conditional Formatting, Highlight Cells, Duplicate records, OK to add pink formatting to any duplicates in selected range.
Just what is XYZ? Could you please clarify what you're after?

I gather you wish to convert a decimal numeral to Hours/Minutes/Seconds and vv. If that is so, this ought to suffice:

ABCDEFGHI
1localehoursminutessecondsLatitudehmsLongitude
2Calgary5124651.04611114324114.05667
3Calgary51.000002.000004651.04611114.00003.000024.0000114.05667

<colgroup><col style="width: 25pxpx"><col><col><col><col><col><col><col><col><col></colgroup><thead>
</thead><tbody>
</tbody>
Sheet25

Worksheet Formulas
CellFormula
E2=B2+C2/60+D2/3600
I2=F2+G2/60+H2/3600
B3=INT(E3)
C3=INT((E3-INT(E3))*60)
D3=((E3-INT(E3))*60-INT((E3-INT(E3))*60))*60
F3=INT(I3)
G3=INT((I3-INT(I3))*60)
H3=((I3-INT(I3))*60-INT((I3-INT(I3))*60))*60

<thead>
</thead><tbody>
</tbody>

<tbody>
</tbody>
 
Upvote 0
Sorry for not explaining myself correctly.
I wish to convert UTM coordinates to Latitude and longitude in excel.
Can you please give me the formulas as you did above, so I can do this?
Thanks in advance.
 
Upvote 0
If you could also show me a way of how to convert latitude and longitude to UTM, I would really appreciate it.
 
Upvote 0
Can someone please share with me a spreadsheet that I can use to make these conversions the right way?
I tried making my own, but had no luck.
Thanks.
 
Upvote 0

Forum statistics

Threads
1,215,949
Messages
6,127,888
Members
449,411
Latest member
AppellatePerson

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top