bottom
Great ExcelTips!
         
Your e-mail address is safe!
Close Note

Tips.Net > ExcelTips Home > Formatting > Cell Formatting > Exporting Latitude and Longitude

Exporting Latitude and Longitude

Summary: Latitude and longitude are expressed in hours, minutes, and seconds, which means that Excel can store them as time values. This may cause problems when you need to export the latitude and longitude data for use with other programs. This tip explains how you can get the output from Excel that you need. (This tip works with Microsoft Excel 97, Excel 2000, Excel 2002, and Excel 2003.)

Deidre uses an Excel worksheet to store latitude and longitude values. These values are entered in cells in the format 26:05:35, which Excel interprets as hours, minutes, and seconds. Internally, Excel converts the entry into an internal date value. This means that the value is stored internally as the serial number 1.08721064814815, but is displayed, automatically, in the elapsed time format.

Deidre is running into a problem when she tries to use the data in the worksheet with a different program that needs the latitude and longitudes values in text format. In other words, she needs them in a text file in the format 26:05:35, not in some other date/time representation that may be picked by Excel.

The first thing to try is to select all the cells that contain latitudes and longitudes, and make sure they are formatted properly. Follow these steps:

  1. Select all the cells.
  2. Choose Cells from the Format menu. Excel displays the Format Cells dialog box. (Click here to see a related figure.)
  3. Make sure that Time is selected in the Category list.
  4. Make sure that 37:30:55 is selected in the Type list. (This is the elapsed time format.)
  5. Click on OK.

Now you should be able to save the file in text format, and the latitudes and longitudes will look as expected:

  1. Save your workbook in regular Excel format.
  2. Choose Save As from the File menu. Excel displays the Save As dialog box.
  3. Using the Save As Type drop-down list, indicate that you want to save the worksheet as Text (Tab Delimited).
  4. Use the other controls in the dialog box to specify a location and file name for the text file.
  5. Click on Save. Excel reminds you that you will lose formatting and some features by saving the file in text format. That's OK; it is the reason you saved the file in Excel format in step 1.

When done, you should be able to open the Excel-created text file and see that it contains the latitudes and longitudes in the format wanted. If it doesn't (for some bizarre reason), then you should try the following:

  1. Insert an empty column to the right of your latitudes or longitudes. (In this example, I assume that the latitudes or longitudes are in column A, and you insert a blank column at B.)
  2. In the cell to the right of the first latitude or longitude (assume that value is in A3, so you would choose B3), enter the following formula:
     =TEXT(A3,"[h]:mm:ss")
  1. Copy the formula down to all the other cells that need converting.
  2. Select all the formulaic cells in column B.
  3. Press Ctrl+C to copy them all to the Clipboard.
  4. Select cell A3.
  5. Choose Paste Special from the Edit menu. Excel displays the Paste Special dialog box. (Click here to see a related figure.)
  6. Make sure the Values option is selected.
  7. Click on OK. Excel pastes just the values--the text values--into the original cells.
  8. Delete column B.

The formula used in step 2 probably bears some explanation. It takes the value in A3 (the date serial value) and formats it as elapsed time, but as text. This is the format in which you ultimately want the values. You should now be able to save your worksheet as a text file (use the steps provided earlier in this tip), and the latitudes and longitudes should be formatted as expected.

Tip #2770 applies to Microsoft Excel versions: 97 | 2000 | 2002 | 2003


Save Time! ExcelTips has been published weekly since late 1998. Past issues of ExcelTips are available in convenient ExcelTips archives. Have your own enhanced archive of ExcelTips at your fingertips, available to use at any time!
 
Check out ExcelTips Archives today!

Helpful Links

Ask an Excel Question
Make a Comment

Tips.Net Home

ExcelTips FAQ
ExcelTips Premium

Learn Access Now

Beauty Tips
Car Tips
Cleaning Tips
College Tips
Cooking Tips
Excel2007 Tips
ExcelTips
Family Tips
Gardening Tips
Health Tips
Home Tips
Money Tips
Organizing Tips
Pest Tips
Pet Tips
Word2007 Tips
WordTips

Advertise on the
ExcelTips Site

 

Great Info!

Get tips like this every week in ExcelTips, a free productivity newsletter. Enter your e-mail address and click "Subscribe."
     
(Your e-mail address will never be shared with anyone, ever.)