Hi,
I have a list of dates written in the formation 17.04.10 etc
I need to be able to use these dates to run calculations but this isnt a recognised format.
How can I automatically change this list into 17/4/10 format?
Thanks
Hi,
I have a list of dates written in the formation 17.04.10 etc
I need to be able to use these dates to run calculations but this isnt a recognised format.
How can I automatically change this list into 17/4/10 format?
Thanks
Last edited by Gooford; 10-28-2010 at 08:05 AM.
In terms of conversion, either:
a) run Edit Replace on the values replacing . with -
b) use Text to Columns -> Step 3 choose Date -> DMY and click Finish
My Recommended Reading:
Volatility
Sumproduct & Arrays
Pivot Intro
Email from XL - VBA & Outlook VBA
Function Dictionary & Function Translations
Dynamic Named Ranges
Hy
try chtr+H -replace . with /
I'd try a global replace of "." for "/" first. That worked for me.
Other than that, try the formula:
![]()
=DATE(RIGHT(A2,2)+2000,MID(A2,4,2),LEFT(A2,2))
with the date in A2
Regards
Trevor Shuttleworth - Retired Excel/VBA Consultant
I dream of a better world where chickens can cross the road without having their motives questioned
'Being unapologetic means never having to say you're sorry' John Cooper Clarke
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks