ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   How can I convert Euro dates into U.S. Date; e.g. dd-mm to mm-dd? (https://www.excelbanter.com/excel-worksheet-functions/35853-how-can-i-convert-euro-dates-into-u-s-date%3B-e-g-dd-mm-mm-dd.html)

Riley001

How can I convert Euro dates into U.S. Date; e.g. dd-mm to mm-dd?
 
I need to convert dates that are in dd-mm format to mm-dd-yr format. How can
I do this? The dates originally appear like this: 24.06 which further
complicates the matter. I'm using EXCEL '97.

Dave Peterson

Maybe you could use a column of helper cells:

With 24.06 in A1, I put:
=DATE(2005,RIGHT(A1,2),LEFT(A1,2))
in B1 and dragged down

And formatted it the way I wanted.

Riley001 wrote:

I need to convert dates that are in dd-mm format to mm-dd-yr format. How can
I do this? The dates originally appear like this: 24.06 which further
complicates the matter. I'm using EXCEL '97.


--

Dave Peterson

Riley001

THANK YOU, THANK YOU, THANK YOU. Excellent. It worked !!!!!
YOU'RE a genius. Thank you so very much.

"Dave Peterson" wrote:

Maybe you could use a column of helper cells:

With 24.06 in A1, I put:
=DATE(2005,RIGHT(A1,2),LEFT(A1,2))
in B1 and dragged down

And formatted it the way I wanted.

Riley001 wrote:

I need to convert dates that are in dd-mm format to mm-dd-yr format. How can
I do this? The dates originally appear like this: 24.06 which further
complicates the matter. I'm using EXCEL '97.


--

Dave Peterson



All times are GMT +1. The time now is 09:31 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com