hello,
I have a column of dates that is in the format mm/dd/yyyy. unfortunately, the column is in text. also, the text has a number of spaces before the date. for example, a cell could have "space space space space 4/15/1910". another cell could have "space space 12/1/1900".
I need to extract the month, day, and year and then have them reformatted and output to 2 columns.
1st column is eventdate in varchar(50) which looks like dd-Apr-yyyy (example 15 Apr 1910)
2nd column is date format which looks like yyyy-mm-dd (example 1910-04-15)
oh, and then I need to copy that formula down until it reached the end of how ever many rows there are.
any help would be appreciated.
david
I have a column of dates that is in the format mm/dd/yyyy. unfortunately, the column is in text. also, the text has a number of spaces before the date. for example, a cell could have "space space space space 4/15/1910". another cell could have "space space 12/1/1900".
I need to extract the month, day, and year and then have them reformatted and output to 2 columns.
1st column is eventdate in varchar(50) which looks like dd-Apr-yyyy (example 15 Apr 1910)
2nd column is date format which looks like yyyy-mm-dd (example 1910-04-15)
oh, and then I need to copy that formula down until it reached the end of how ever many rows there are.
any help would be appreciated.
david