LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,722
Default Date format in Excel

You need to truly define what your data is. Do you have text that look like
the US format, or is it a true date simply formatted US style? If the latter,
you can change the formatting of the cells (custom formatting dd.mm.yyyy). If
the former:

=DATE(--RIGHT(A2,4),--LEFT(A2,2),--MID(A2,4,2))

This will convert the text into a true serial date, which you can format
however you want.
--
Best Regards,

Luke M
*Remember to click "yes" if this post helped you!*


"Ken" wrote:

I have a large spred sheet in which all dates are formated in the US way mm.
dd.yyyy how can I change this to the UK way dd.mm.yyyy, I have experimented
with the normal date formatting but this mixes up days and months.
--
All the best
Ken

 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Excel Format Problem - Date Overrides Format Mary Excel Discussion (Misc queries) 5 February 10th 10 05:49 AM
How do I change date yyyymmdd to a Excel-supported date format? dan Excel Worksheet Functions 4 July 6th 08 11:05 PM
Change satellite julian date format YYYYDDDHHMMSS to excel date ti putley Excel Discussion (Misc queries) 1 January 11th 08 06:12 PM
How can I convert a date format to an ISO week format (in EXCEL)? ELI Excel Discussion (Misc queries) 2 July 6th 05 06:31 PM
Excel 2000 date format cannot be set to Australian date format Brian Jones Excel Discussion (Misc queries) 1 March 30th 05 06:03 AM


All times are GMT +1. The time now is 08:51 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"