Article ID: 214031 - Last Review: August 22, 2007 - Revision: 4.2 HOW TO: Convert Dates in Imported Files from yy/mm/dd to mm/dd/yy Format in Excel 2000This article was previously published under Q214031 On This PageSUMMARY
This step-by-step article describes how to convert dates in imported files from yy/mm/dd to mm/dd/yy format in Excel 2000. Files imported from mainframe computers and other computer systems may contain dates in the format yy/mm/dd. These date formats are not recognized by Excel and are imported as text strings. This article describes how to convert these dates into formats recognized by Excel. Method 1: Convert Text to ColumnsTo convert the data to correctly formatted serialized date numbers, follow these steps:
Method 2: Use a FormulaTo convert the date text to a serial number, type the following formula in the worksheet:
B2: =DATEVALUE(MID(A2,4,2)&"/"&RIGHT(A2,2)&"/"&LEFT(A2,2))
This formula assumes that the date to be converted is in cell A2 and that the serial number is in cell B2.REFERENCESFor more information about the DATEVALUE worksheet function, click Microsoft Excel Help on the Help menu, type datevalue in the Office Assistant or the Answer Wizard, and then click Search to view the topic.
| Article Translations
|
Back to the top
