If A1 is 81209, how can I use functions in B1 to convert it into DEC/09/2008? Thanks.
If A1 is 81209, how can I use functions in B1 to convert it into DEC/09/2008? Thanks.
Last edited by codepin; 01-08-2009 at 11:15 AM.
Hi,
Try this
=DATE(LEFT("0"&A1,2)+2000,MID("0"&A1,3,2),RIGHT("0"&A1,2)) Custom format cell to mmm/dd/yyyy
oldchippy
-------------
![]()
![]()
Blessed are those who can give without remembering and take without forgetting
If you are happy with the help you have received, please click the <--- STAR icon on the left - Thanks.
Click here >>> Top Excel links for beginners to Experts
Forum Rules >>>Please don't forget to read these
Another way again based on the assumption that you're using yearMMDD -- ie Jan 1 = 0101 and NOT 11
Enter 20,000,000 in a blank cell.
Copy it --> Highlight your date values -> Edit -> Paste Special -> Operation = Add
Now highlight your revised values and use Text to Columns --> jump to step 3 and choose Date -> YMD -> Click Finish.
My Recommended Reading:
Volatility
Sumproduct & Arrays
Pivot Intro
Email from XL - VBA & Outlook VBA
Function Dictionary & Function Translations
Dynamic Named Ranges
To: Oldchippy & Donkeyote,
Both are helpful, many thanks.
Done, thanks for helping.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks