Converting all date formats to one single standard format.
Good Morning,
I have this report which contains dates in two different formats. I need a function to make sure that the date in any of these formats be converted to one standard format given by MM/DD/YYYY.
I have provided a spreadsheet with sample data of the format in which my date is provided. Kindly help me out on how this is done.
Re: Converting all date formats to one single standard format.
Hi booo,
It looks like some of your dates are Text and some are numbers (that excel likes better)
In C2 type = Type(B2) and pull down. It shows some are type 2 = text and some type 1 = numbers.
The function of DateValue will convert the Text to dates. Here is my method.
In C2 put this formula and pull down.
Re: Converting all date formats to one single standard format.
For clarification, although MarvinP has addressed your problem ...
I meant, type "=--B2" in cell C2 without the quotes. That is, an equals sign, two minus signs and the cell reference B2. The equals sign is because it is a formula and the two minus signs force the value to be numeric.
Or, if there aren't too many dates, you could just press F2 and enter in each date cell.
Re: Converting all date formats to one single standard format.
Hi TM,
I think the problem was his silly data was DD/MM/YYYY HH:MM AM/PM. I think the Day being first wouldn't allow =--B2 to work on my version of Excel (2010). It may have worked if I had a different date formatting as my default. That is why I went to DateValue and stripped out the parts. It will of course fail if he didn't have 2 day numbers or 2 month numbers in the string.
I wish there was a single standard for darn dates... But...
Bookmarks