I have a column of imported data that represents dates. An example of the data follows:
10812 which is supposed to be the date August 1, 2012
50812 which is supposed to be the date August 5, 2012
250812 which is supposed to be the date August 25, 2012
Please note that there are not any leading zeros in the raw, imported data.
I would like to have in a second column a formula that will convert the data to mm/dd/yy.
So, how can I convert the 5 digit value 10812 in cell A2 to display the date 08/01/12 in cell B2 while also keeping in mind that 6 digit data like 250812 needs to be converted to 08/25/12 as well.
Any assistance would be greatly appreciated. Thanks in Advance!
10812 which is supposed to be the date August 1, 2012
50812 which is supposed to be the date August 5, 2012
250812 which is supposed to be the date August 25, 2012
Please note that there are not any leading zeros in the raw, imported data.
I would like to have in a second column a formula that will convert the data to mm/dd/yy.
So, how can I convert the 5 digit value 10812 in cell A2 to display the date 08/01/12 in cell B2 while also keeping in mind that 6 digit data like 250812 needs to be converted to 08/25/12 as well.
Any assistance would be greatly appreciated. Thanks in Advance!