Excel.Tips.Net Welcome toExcel.Tips.Net

Helpful Links

Tips.Net Home
ExcelTips Home
Ask an Excel Question
Make a Comment

Tips.Net Store

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
Wedding Tips
Word2007 Tips
WordTips

Advertise on the
ExcelTips Site

Newest Tips

Assigning a Macro to a Keyboard Combination

Creating Scenarios

Using Message Boxes

Understanding Phantom Macros

Picking a Group of Cells

Running Out of Memory

Hiding Rows Based on a Cell Value

 

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.

ExcelTips is your source for cost-effective Microsoft Excel training. This tip (2770) applies to Microsoft Excel versions: 97 | 2000 | 2002 | 2003

Remove Some Stress at Tax Time! Doing your personal income taxes can be a royal pain. Why not make the process just a bit less stressful with our 101-question checklist. You can prepare for filing your taxes with confidence, knowing you've covered all your bases.
 
Check out Filing Your Income Taxes Checklist today!