View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
confused confused is offline
external usenet poster
 
Posts: 193
Default change date from 20-Mar-1920 to 20/03/1920 format

I used the convert text to colum wizard. It split the data into three columns
but I can't combine it to get 20/03/2009. I used =DATE(Year,month,Date) and I
get an error display not the date I am looking for.

"Jacob Skaria" wrote:

Try the below

--Select the range of dates which needs to be corrected.
--From menu DataText to Columns will populate the 'Convert Text to Columns
Wizard'
--Hit NextNext will take you to Step 3 of 3 of the Wizard.
--From Column Data format select Date and select the date format in which
your data is (DMY).
--Hit Finish. MSExcel will now convert the dates to the default date format
of your computer.


If this post helps click Yes
---------------
Jacob Skaria


"Confused" wrote:

How do I change the date if it is written in general format as 20-Mar-1920 to
the date format dd//mm/yyyy 20/03/1920