answersLogoWhite

0


Best Answer

First you need to extract the 3 parts from it for the year, month and day. After that you can use the DATE function to make it into a date. You can then format that cell into a date format. So if 20130113 is in cell A2, then in another cell you could use this formula:

=DATE(LEFT(A2,4),MID(A2,5,2),RIGHT(A2,2))

User Avatar

Wiki User

10y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do you change 20130113 to a date format in Excel?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How do you show today's date in a cell in Excel?

Format / Cells / Date


Why is your Excel numbers sum a date?

The cell has been formatted to be in date format. You just need to format the cell to show numbers. If a number is formatted as a date, it will show an actual date.


How do I get rid of weird dates in Microsoft Excel 2007?

If you do not like how the dates are formatted, then change the date format of the cell to whatever style you would like to display.


What is the shortcut to enter the date in Excel?

The formula is =NOW(). Ensure you format the cell to display the date format you want.


How do you change string data into date format in Excel?

An example is given below, where 111013 is in cell A1: =DATE(RIGHT(A1,2),MID(A1,3,2),LEFT(A1,2)) Further information is given in the related link.


How do you time stamp a cell in Microsoft Excel?

You do not. Excel does not record the change date of an individual cell.


How do you change date format?

go to the command prompt and give the date commandusing the proper format and then restart the computer


What day did August 13 2002 fall on?

Type 13/8/2002 into a cell in Microsoft Excel, press enter, then right click with your mouse, choose Format Cells and change Date format to the one showing the day of the week. The answer is Tuesday.


Excel color change if before date?

It has to be done through conditional formatting. For example, if cell value <= 1/1/2003 then set the background colour to red. Example: Format-> Conditional formatting... if cell value <= 1/1/2003 Format... etc


What is the excel now function?

=NOW() returns the current date and time. The way it appears on your spreadsheet depends on how you format the cell.


How do you format cell in Excel as day and month only?

* Select the cell or range of cells you want to format. * Right click and choose 'format cells'. * Under the 'Number' tab - in the category menu choose 'custom' * In the 'Type' box write 'dd/mm' - to format a date of say 02/07/2011 as 02/07. * If you prefer it to show 02/July then change it to 'dd/mmmm'. * 'Ok' the change.


How do to keep Excel from changing the form of the date put in?

Apply formatting to the cell that you want. There does not have to be anything in the cell when you apply the formatting. Then when you type a date in, it will show in the format you want.