Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
I recieve data with a date formated as general that looks like "200306". I
need to change it to a date format that looks like this "06/2003" How do I do this |
#2
![]() |
|||
|
|||
![]()
=DATE(LEFT(A2, 4),RIGHT(A2,2),1)
This will actually return a date for Jun 1, 2003, which you can format for "06/2003" with Format - Cells - Number - Custom: mm/yyyy. Or if you don't want a for-real Excel date, you can just convert the text string: =RIGHT(A2,2) & "/" & LEFT(A2,4) -- Earl Kiosterud mvpearl omitthisword at verizon period net ------------------------------------------- "Delwyn" wrote in message ... I recieve data with a date formated as general that looks like "200306". I need to change it to a date format that looks like this "06/2003" How do I do this |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Help: Can I change the date formula from mm/dd/yyyy to "mmm-yy" et | Excel Discussion (Misc queries) | |||
how do i make a date change automatically if i change one before . | Excel Discussion (Misc queries) | |||
How do I change the value in cell based on a future date | Excel Discussion (Misc queries) | |||
How would I change a date cell to decrease it by business days? | Excel Discussion (Misc queries) | |||
How do you change the date to a Number | Excel Discussion (Misc queries) |