![]() |
![]() |
|
|||||||
| Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
New Member
Join Date: Mar 2002
Posts: 7
|
Hi, I have in cells such as:
20010228 and i need to convert it to date format, such as: 02/28/2001 can anyone provide some advice? thanks, RRA |
|
|
|
|
|
#2 |
|
MrExcel MVP
Join Date: Feb 2002
Location: Sydney, Australia
Posts: 2,908
|
How about this?
=DATEVALUE(MID(A1,5,2) &"/" &RIGHT(A1,2) &"/" & LEFT(A1,4)) HTH, D |
|
|
|
|
|
#3 | |
|
MrExcel MVP
Join Date: Feb 2002
Location: Austin, Texas USA
Posts: 11,654
|
Quote:
2. Press [ Next > ] until you reach Step 3 of 3 where you'll click the 'Date' radio button and pick YMD from its drop down list. 3. Press [ Finish ]. |
|
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|